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

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
	background-image: url(images/fondo2.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.main_container {
	width: 960px;
	height: 1226px;
	margin:auto;
	
}
.tex1     {
	font-size:24px;
	
	color: #DF2E7B;
}
.tex2     {
	font-size:39px;
	color: #DF2E7B;
}
.tex3     {
	font-size:39px;
	color: #3B959D;
}
.tex4     {
	font-size:20px;
}

.tex5    {
	font-size:12px;
	
}
.header {
	width:313px;
	height:101px;
	float:left;
	padding-top: 10px;
	padding-right: 647px;
	}
.box {
	width:960px;
	height:985px;
	float:left;
	}
.box1 {
	width:714px;
	height:955px;
	float:left;
	background-image: url(images/box.jpg);
	padding-bottom: 30px;
	background-repeat: no-repeat;
	}
.box1a {
	width:714px;
	height:336px;
	float:left;
	background-image: url(images/girld.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	}
.box1a-t1 {
	width:684px;
	height:77px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;	
	}
.box1a-t2 {
	width:564px;
	height:78px;
	float:left;
	padding-left: 130px;
	padding-right: 20px;
	}
.box1a-t3 {
	width:514px;
	height:161px;
	float:left;
	padding-left: 200px;	
	}
.box1b {
	width:664px;
	height:283px;
	float:left;
	padding-right: 25px;
	padding-left: 25px;	
	}
.box1c {
	width:591px;
	height:336px;
	float:left;
	background-image: url(images/boxcontact.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 61px;
	padding-left: 61px;
	}
.box1d {
	width:591px;
	height:336px;
	float:left;
	background-image: url(images/boxtx.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 61px;
	padding-left: 61px;
	text-align: center;
	vertical-align: middle;
	color: #DF2E7B;
	}
.box2 {
	width:246px;
	height:985px;
	float:left;
	background-image: url(images/city.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.box2a {
	width:240px;
	height:600px;
	padding-left: 6px;	
	}
.box2b {
	width:190px;
	/*height:160px;*/
	float:left;
	/*background-image: url(images/testimonios.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	/*padding-bottom: 300px;*/
	font-size: 14px;
	margin-bottom: 15px;
	}
	
.fotter{
	width: 960px;
	height: 50px;
	float:left;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}


/*Estilos adicionales*/
input.error { border: 1px solid red; }
label.error {
	color: red;
}

#testimonios {
	height:350px;
	overflow-y: scroll;
}

