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

/*****

DESC: clases aplicadas al entorno web
AUTHOR: Gabriel Rosales*/

#seccionTitulo p {
	text-align: left;
	font-size: 22px;
	color: black;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 0px;
	width: 450px;
}
p.subtitulos {
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
p.introseccion {
	font-weight: bold;
	color: #FF6464!important;
	font-size: 17px!important;
	clear: left;
}
h2 {
	color: white;
	font-family: arial;
	font-size: 24px;
	font-weight: normal!important;
	font-weight: bold!important;
}
#body p{

	color: black;
	font-family: arial;
	font-size: 16px;
}	
img.imgLeft {
	float: left;	
	margin-right: 5px;
	margin-bottom: 5px;
}
img.tabs {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#body p.secciondiseno {
	padding-left: 80px;
	padding-right: 80px;
}
.contenido {
	background-color: transparent;
	width: 994px;
	height: 650px;
	background: url(../img/plano-contacto-bg.png) no-repeat;
}
.contactbox {
	background-color: transparent;
	width: 540px;
	height: 60px;
	float: left;
	height: 670px;
	margin-left: 450px;
}
#headerMessage h3 {
	font-size: 0.97em;
	color: #FFF;
	font: arial;
	text-align: center;
	padding: 8px 7px 7px 6px;
	font-weight: normal!important;
}

#paquete1 h3 ,#paquete2 h3 ,#paquete3 h3 {
	color: #000;
	font: arial;
	font-size: 22px;
	padding: 19px 0 0 0;
	text-align: center;
}
#paquete1 h4 ,#paquete2 h4 ,#paquete3 h4{
	color: #333;
	font: arial;
	font-size: 18px;
	text-align: center;
	margin-top: -20px;
}
#paquete1 p ,#paquete2 p ,#paquete3 p{
	color: white;
	font-family: tahoma;
	font-size: 18px;
	text-align: center;
	margin-top: 70px;
	text-shadow: 1px 1px 2px black;
}
/*************TABLAS************************/
#servicios {
	margin: 20px auto;
}
#servicios td li  ,#servicios-empresarial td li{
	font-size: 15px;
	margin-left: 40px;
	margin-bottom: 6px;
}
#descripcion {
	background: url(../img/paq-bg.png) repeat-y;
	width: 994px;
}
#descripcion td li {
	font-size: 15px;
	color: black;
	background: url(../img/bullet.png)no-repeat left top;
	list-style-type: none;
	padding-left: 20px;
	margin: 3px 3px 3px 50px;
}
/**********************************************/
ul#listadoServicios ,#listadoServicios2 {
    padding: 20px 0 20px 35px;
	display: block;
}
ul#listadoServicios li , ul#listadoServicios2 li {
	background: url(../img/bullet.png) left top no-repeat;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 5px;
}
#listadoServicios2 {
	top: 160px;
	left: 530px;
	position: absolute;
}
ul#listadoServicios li {
	font-size: 15px;
	width: 500px;
}
ul#listadoServicios2 li {
	font-size: 15px;
	left: 158px;
	width: 390px;
}
.linkContacto span{
	color: #60172C;
	font-size: 19px;
}
a.linkContacto:hover{
	text-decoration: underline;
	color: #60172C;
}
#switchform {
	color: white;
	position: absolute;
	font-family: arial;
	top: -45px;
	font-size: 10px;
	box-shadow: 0 0 5px black;
	width: 120px;
	height: 25px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background-color: #333;
	padding: 4px;
}
img.left {
	float: left;
	margin: 0 5px 0px 0;
	border: 3px solid #F8B61D;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin: 0 0px 5px 5px;
}
#switchform p{
	margin: -2px 0 -10px 30px;
}
div.floated {
	float: left;
	position: relative;
	border: 3px solid #F8B61D;	
	padding: 5px;
	width: 200px;
	margin: 10px;
	text-align: center;
	border-radius: 8px;
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */


}
iframe.googleMap {
	border: 3px solid #F8B61D;
	
}
div.clearfix p {margin-left: 220px; }
#opcion {
	vertical-align: bottom;
	margin: 3px 0 0 6px;
}
ul.cursos {
	margin-left: 200px;	
}
ul.tramites {
	margin-left: 0px;	
}
ul.cursos li, ul.tramites li  {
	color: #8C0000;
	background: url(../img/bullet-img.png) no-repeat;
	padding-left: 25px;	
	font-weight: bold;
}
div#bodycontents h1, div#bodycontents h2 {
	font-size: 22px;	
	color: #000;
}
div#bodycontents h2 {
	font-size: 20px;	
}
img.imagen {
	margin-left: 150px;
	margin-bottom: 10px;
}
span.atencion {color: red;font-size: 18px; }

#left p {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}