/* Hoja de estilos del Proyecto E-quima */

/* titular  principal */
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	vertical-align: top;
	font-style: normal;
	color: #CC94B1;
	background-color: white;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}

/* titular apartados generales */
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4466B8; 
	letter-spacing:inherit;
	vertical-align: top;
	font-style: normal;
	color: white;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
}

.h3bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ff9933; 
	letter-spacing:inherit;
	vertical-align: top;
	font-style: normal;
	color: white;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
/* texto normal */
.aic {
	
	font-family: sans-serif, Arial, Helvetica;
	letter-spacing: normal;
	vertical-align: middle;
	font-style: normal;
	color: black;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	A:link: #FF33FF;
	A:visited: red;
	A:hover: blue;
	font-variant: normal;
	text-align: justify;
	
}
.aic2 {
	
	font-family: sans-serif, Arial, Helvetica;
	letter-spacing: normal;
	vertical-align: top;
	font-style: normal;
	color: #ff9933;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	
}
/* texto normal  centrado */
.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	vertical-align: top;
	font-style: normal;
	color: black;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

/* texto especifico botones menu */
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	vertical-align: top;
	font-style: normal;
	color: white;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}

/* características del cuerpo o BODY*/
BODY {
	background-image: url(images/aic-smo_logo3.jpg);
	background-position:right bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: white;
	background-width: 1024px;
	scrollbar-arrow-color: #ff9933;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #fca54e;
	scrollbar-face-color: White;
	scrollbar-highlight-color: #fca54e;
	scrollbar-shadow-color: #ff9933;
	scrollbar-track-color: White;
	cursor: arrow;
}
