@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
}

/* Los titulos*/
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-size: 12px;
	color: #000000;
	text-align:justify;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	font-weight: bold;
}



/*Estilo del menu*/
.menu_li {
	display: inline;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
}	

.menu_li  a {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_li a:hover{
	text-decoration: none;
	color:#000066;}


/*Estilo para tabla general*/

.borde-blanco{
	border: 2px solid #FFFFFF;
}

/*Estilo para tabla general*/
.caja-texto{
	padding: 15px;
	border: 2px solid #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;}

.caja-slogan{
	background-image: url(../imagenes/caja-para-slogan.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 350px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
 
.caja-footer{
	background-image: url(../imagenes/caja-footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 800px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
	background-position: center center;
	color: #FFFFFF;
}
.slogan{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top:20px;
	margin: 0px;
}

.webmax{
	font-size: x-small;
	color: #333333;
	text-decoration: none;
}
strong {
	font-weight: bolder;
	color: #000000;
	font-style: oblique;
}

.h2_servicios{
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
