@charset "utf-8";
/* CSS Document */

body {
	background-color: #FAB243;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo-principal.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: verdana;
	font-size: 12px;
	color:#FFFFFF;
	text-align: justify;
}

input, textarea {
	border: 1px solid #F09E20;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.boton  {
	border: 1px solid #F09E20;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #EF950B;
	font-weight: bold;
}

.primeraLetra {
	font-family: verdana;
	font-size: 18px;
	color:#FFFFFF;
}

h1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FE9307;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #676767;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h2 a {
	color: #676767;
	text-decoration: none;
}
h2 a:hover {
	color: #b26d00;
	text-decoration: none;
}

h3 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #676767;
	text-align: right;
	margin: 5px;
}


h4 {
	font-family: verdana;
	font-size: 10px;
	color: #b26d00;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 a {
	color: #b26d00;
	text-decoration: none;
}
h4 a:hover {
	color: #000000;
	text-decoration: none;
}


h5 {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 a {
	text-decoration:none;
	color:#FFFFFF;
}

h5 a:hover {
	text-decoration:none;
	color:#FEE3BC;
}


h6 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color:#FEE3BC;
	margin-top: 5px;
	margin-bottom: 5px;
}

h6 a {
	text-decoration:none;
	color:#FFFFFF;
}

h6 a:hover {
	text-decoration:none;
	color:#FEE3BC;
}



#inicio {
	height: 100%;
	width: 550px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: 300px;
}


#contenedor-total {
	height: 100%;
	width: 100%;
	background-image: url(img/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#contenedor-imanima {
	background-image: url(img/fondo-imanima.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 869px;
	border: 1px solid #F99D0E;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	background-image: url(img/cabecera.jpg);
	height: 168px;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	background-image: url(img/menu-imanima.jpg);
	height: 27px;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	text-align: right;
	padding-top: 4px;
}
#top-contenido {
	height: 14px;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/top-contenido.jpg);
}

#inf-contenido {
	height: 10px;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/inf-contenido.jpg);
}

#pie-contenido {
	height: 16px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(img/inf-contenedor.jpg);
}

#contenido {
	height: auto;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/fondo-contenido.jpg);
	position: relative;
	margin-top: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0px;
}

#contenedor {
	width: 1013px;
	border: 1px solid #F99D0E;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#pie {
	margin-top: 35px;
	margin-right: 20px;
	margin-left: 20px;

}
#top-imanima {
	background-image: url(img/top-imanima.jpg);
	height: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

