* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #5B5B5B;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

/* contenedor */

.contenedor {
	padding-top: 20px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}

/* Logo */

#logo {
	width: 680px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
  position: absolute; 
  top: 14px;
  left: 165px;	
}

#logo h2 {
	float: left;
	font-size: 1em;
  position: absolute; 
  top: 8px;
  left: 295px;	
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

#logo img {
	float: left;
  position: absolute; 
  top: 8px;
  left: 740px;	
}

/* Menu */

#menu {
	width: 680px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .activo a {
	border-bottom-color: rgb(255,153,0);
	color: #000000;
}

/* division total */

#cuadro_columnas {
	clear: both;
	width: 680px;
	margin: 0 auto;
	background: url(../images/img01.gif) repeat-y;
}


/* Columna Uno */

#columna-uno {
	float: left;
	width: 180px;
	padding-top: 10px;
	background: url(../images/img02.gif) no-repeat;
}

#columna-uno .image {
	height: 150px;
}

#columna-uno .contenedor {
	background: url(../images/img04.gif) repeat-x;
}

#columna-uno .boxed {
}

#columna-uno .boxed .title {
	color: #A92030;
}

#columna-uno .boxed .content {
}

#columna-uno .boxed .content form {
}

#columna-uno .boxed .content fieldset {
	border: none;
}

#columna-uno .boxed .content legend {
	display: none;
}

#columna-uno .boxed .content label {
}

#columna-uno .boxed .content .campotexto {
}

#columna-uno .boxed .content .boton {
}

#columna-uno .boxed .content .recordar {
}

#columna-uno .boxed .content .recordar a {
}

.standar-texto {
	font-size: 10px;
  text-align: center;
}

/* Columna Dos */

#columna-dos {
	float: right;
	width: 300px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(../images/img08.gif) no-repeat;
}

#columna-dos .image {
	height: 150px;
}

#columna-dos .contenedor {
	background: url(../images/img10.gif) repeat-x;
}

#columna-dos .boxed {
}

#columna-dos .boxed .title {
	color: #4DAB50;
}

#columna-dos .boxed .content {
}

.centrar_texto {
text-align: right;
}

/* Columna Tres */

#columna-tres {
	float: left;	
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(../images/img05.gif) no-repeat;
}

#columna-tres .image {
	height: 150px;
}

#columna-tres .contenedor {
	background: url(../images/img07.gif) repeat-x;
}

#columna-tres .boxed {
}

#columna-tres .boxed .title {
	color: #C99F1A;
}

#columna-tres .boxed .content {
}

/* linea_inferior */

#linea_inferior {
	height: 4px;
	clear: both;
	background: url(../images/img11.gif);
}
/* boton standares */

.boton-standar {
  border:0;
  width:88px;
  height:31px;
}

/* pie */

#pie {
	clear: both;
}

#pie p {
	margin: 0;
	width: 680px;
	margin: 0 auto;
	font-size: x-small;
}




/* INTERIOR */
.contenido_interior {
width: 470px;
height: 1012px;
float: left;
background-color: #D7EFD7;
padding: 10px;

}

.contenido_interior img  {
float: left; 
margin: 1em; 
	
}