@charset "utf-8";

html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, fieldset, legend, p, blockquote, table, img{
	margin:0;
	padding:0;
	border:0;
}

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
}

a{
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
p {
	line-height:1.3em!important;
	line-height:1.3em;
}	

fieldset, img {
	border:0;
}

li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}


/* --- Styles--- */

h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder ;
	}

.boxContainer div h2{
	color: #FFF;
	margin:0.6em 0;
	font-size:1em;
	text-decoration:underline;
	}
.boxContainer div p{
	color: #FFF;
	font-weight: normal;
	margin:0.6em 0;
	font-size:1em;
	text-decoration: none;
	}
.boxContainer div div p{
	color: #333;
	font-weight: normal;
	margin:0.6em 0;
	font-size:1.2em;
	text-decoration: none;
	}	
.boxContainer div div h1{
	color: #292929;
	font-weight: bold;
	margin:0.6em 0;
	font-size:1.7em;
	text-decoration: none;
	}	

.boxContainer div div h3{
	color: #333;
	font-weight: bold;
	font-size:1.4em;
	text-decoration: none;
	}	

.boxContainer div div div h3{
	color: #292929;
	font-weight: bold;
	margin:0.6em 0;
	font-size:1.7em;
	text-decoration: none;
	}	


.bigger{font-size:15px}

/********enlaces***********/
/* submenu blue*/
.submenuBlue{
	color:#0487D5; 
	text-decoration:none;
	font-weight:bold;
	}
.submenuBlue:hover{
	color:#0487D5; 
	text-decoration: underline;
	font-weight:bold;
	}
	

/* white*/
.correo2T{
	color: #FFF;
	text-decoration:none;
}

.correo2T:hover{
	color: #FFF;
	text-decoration:underline;
}

/* blue */
.correo {
	color:#0487D5; 
	text-decoration:none;
}

.correo:hover {
	color:#0487D5;
	text-decoration:underline;
}

/* grey index*/
.correoGrey {
	color: #333; 
	text-decoration:none;
}

.correoGrey:hover {
	color: #333; 
	text-decoration:underline;
}

.correoGreyS {
	color: #333; 
	text-decoration:none;
}

.correoGreyS:hover {
	color: #333; 
	text-decoration:none;
}

/* grey underline*/
.correoGreyUnder {
	color: #333; 
	text-decoration: underline;
}

.correoGreyUnder:hover {
	color: #333; 
	text-decoration:underline;
}

/* text color */
.paleGrey{
	color:#999;}

h4{
	font-weight: bold;
	margin:0.6em 0;
	font-size:1.7em;
	}
.white{
	color: #FFF;
}	

.red{
	color: #F03;
	}