@charset "UTF-8";
/* CSS Document */


* {
	margin:0px;
}
body {
	background-image: url(../fotos/fondoprincipal.jpg);
	background-repeat:repeat-x;
	background-color:#17AFC3;
	background-position:50% 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:13px;
}
#contenedormt {
	width:940px;
	height:450px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
#contenedorinicio {
	background-image:url(../fotos/fondoinicio.png);
	background-repeat:no-repeat;
	width:960px;
	height:450px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#columnabotones {
	width:300px;
	height:420px;
	margin-top:20px;
	float:left;
}
#logo {
	background-image: url(../fotos/logo.png);
	background-repeat:no-repeat;
	position:relative;
	top:20px;
	width:300px;
	height:80px;
}
#botones {
	width:300px;
	height:300px;
	margin-top:40px;
}
ol {
	width:300px;
	height:200px;
	padding:0px;
	margin-left:0px;
	list-style-type:none;
}
ol li {
	width:300px;
	height:25px;
	margin-bottom:13px;
	margin-top:13px;
	margin-left:0px;
	float:left;
}
ol li a {
	width:300px;
	height:25px;
	display:block;
	text-indent:-9999px;
}
.inicio {
	background-image: url(../fotos/b-inicio.jpg);
	background-repeat:no-repeat;
}
.inicio:hover {
	background-image: url(../fotos/b-inicio1.jpg);
}
.nosotros {
	background-image: url(../fotos/b-nosotros.jpg);
	background-repeat:no-repeat;
}
.nosotros:hover {
	background-image: url(../fotos/b-nosotros1.jpg);
}
.servicios {
	background-image: url(../fotos/b-servicios.jpg);
	background-repeat:no-repeat;
}
.servicios:hover {
	background-image: url(../fotos/b-servicios1.jpg);
}
.casos {
	background-image: url(../fotos/b-casos.jpg);
	background-repeat:no-repeat;
}
.casos:hover {
	background-image: url(../fotos/b-casos1.jpg);
}
.contactanos {
	background-image: url(../fotos/b-contactanos.jpg);
	background-repeat:no-repeat;
}
.contactanos:hover {
	background-image: url(../fotos/b-contactanos1.jpg);
}
#columnacentro {
	width:620px;
	height:420px;
	margin-top:20px;
	margin-left:10px;
	float:left;
}
#contenedortitulo{
	width: 620px;
	height:100px;
}
#contenedorcontenido {
	width: 620px;
	height:340px;
	float:left;
}
.titulos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#17AFC3;
	text-align:center;
}
.rayas {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#CCCCCC;
	left: 100px;
}
#pie {
	width:920px;
	height:40px;
	margin-top:30px;
	float:left;
border-top-color: #F0F0F0;
	border-top-width:1px;
	border-top-style:solid;
	
}
.textospie {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	text-align:center;
	margin-top:5px;
}
#textoadentro{
width:320px;
height:320px;
margin-left:10px;
float:left;
}
.textos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	top:20px;
	display:block;
	left: 80px;
	line-height:18px;
}
#fotoadentro{
background-image:url(../fotos/fotonosotros.jpg);
background-repeat:no-repeat;
width:240px;
height:320px;
margin-left:10px;
float:left;

}
