/* CSS  */

/* -------------------------------------- */
/* GENERALES */

body {
	background:#F5F5F6;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:15px;
}
h2 {
	font-size:16px;
	text-indent:10px;
	padding-left:0px;
}

ul {
	display:block;
	list-style-type:none;
	color:#000000;
	text-align: left;
}
li {
	text-align: left;
	text-indent:0px;
}
a { 
	text-decoration: none;
}
a img {
	border: 0;
}
li a:link {
	color: #666666;
	text-decoration: none;
}
li a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
li a:hover {
	color: #000000;
	text-decoration: none;
}

/* ------------------------------------- */
/* ------------ ESTRUCTURA ------------- */

#general {
	width:772px;
	height:700px;
	background:#FFFFFF;
	border: 10px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#left {
	float:left;
	width: 581px;
	height: 100%;
}

#header {
	width:581px;
	height:212px;
	margin-bottom:0px;
}

#content {
	width:581px;
	height:440px;
}

#footer {
	width:581px;
	height:51px;
	background:#DCDDDE;
	margin-top:5px;
	float:left;
	color: #666666;
}
#footer a{
	color: #666666;
}
#footer a:hover{
	color: #000000;
}

#right {
	float:left;
	width:188px;
	height:100%;
}

/* -------------------------------------- */
/* ------------ HEADER LEFT ------------- */

.lineaAzul {
	padding-top:0px;
	width:581px;
	height:3px;
	background-color:#0C4A7B;
	margin-top:0px;
}
.titulo {
	width:400px;
	height:33px;
	background-color:#0C4A7B;
	padding-top:0px;
	font-size:17px;
	font-weight:800;
	text-indent:10px;
	line-height:30px;
}
.textArea {
	margin-top:10px;
	margin-left: 15px;
	margin-right: 15px;
	color:#525252;
	text-align:justify;
	font-size:12px;
	height:auto;
	float:left;
	width:530px;
}
.imagen {
	margin-top:5px;
	margin-left:5px;
}
.divImagen {
	float:left;
	border: thin solid #CCCCCC;
	width:250px;
	height:162px;
	margin-top:10px;
}

.divImagen.left {
	margin-left: 15px;
	overflow: hidden;
}
.divImagen.right {
	margin-left: 35px;
	overflow: hidden;
}
.divImagenchica {
	float:left;
	border: thin solid #CCCCCC;
	width:85px;
	height:55px;
	margin-top:2px;
	margin-right:2px;
	overflow: hidden;
}
.textAreaFoot {
	width:auto;
	color: #666666;
	font-size:12px;
	line-height:20px;
	text-align:center;
	font-weight:500;
	padding-top:5px;
}

/* ------------------------------------- */
/* ------------HEADER RIGHT------------- */

#menu{
	list-style:none;
	margin:0 0 0 0px;
	padding:10px 0 0 0px;
}

.subMenu {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:800;
	font-size:16px;
}
.subMenu a {
	color:#666666;
}

.subMenu .active, .subMenu .active:hover {
	cursor:default;
	color:#0C4A7B;
}
.imgShadow {
  float:left;
  background: url(image/shadowAlpha.png) no-repeat bottom right  !important;
  background: url(imagea/shadow.gif) no-repeat bottom right;
  margin: 6px 0 0 6px !important;
  margin: 6px 0 0 3px;
}

.imgShadowImg {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  padding: 4px;
   width:176px;
  height:303px;
  background-color:#DCDDDE;
  text-align:left;

  
}

.lineaGris {
	display:block;
	float:left;
	width:160px;
	height:80px;
	margin-top:-6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DCDDDE;
	margin-left: 10px;
	padding-top:200px;
}

/* ------------------------------------- */
/* ------------  CONTACTO  ------------- */
#contact {
	float:left;
	width:176px;
	height:117px;
	background-color:#0C4A7B;
}
.imgContact {
	float:left;
}

.textContact {
	float:left;
	margin-top:15px;
	margin-left:5px;
	color:#FFFFFF;
	font-size:13px;
	width:135px;
	font-weight:400;
}
#dato{
	float:left;
	background-color:#0C4A7B;
	color:#FFFFFF;
	height:18px;
	width:200px;
	padding:2px;
	text-align:right;
}
#caja{
	float:left;
	background-color:#CCCCCC;
	color:#000000;
	height:22px;
	width:500px;
	margin-left:10px;
	margin-bottom:4px;
}
#caja.larga{
	float:left;
	background-color:#CCCCCC;
	color:#000000;
	height:102px;
	width:500px;
	margin-left:10px;
	margin-bottom:4px;
}
#dato.larga{
	float:left;
	background-color:#0C4A7B;
	color:#FFFFFF;
	height:98px;
	width:200px;
	padding:2px;
	text-align:right;
}
.borrar{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	padding-left:4px;
	height:20px;
	width:286px;
	float:left;
}
.texto{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	height:100px;
	width:290px;
	float:left;
}
.enviar{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0C4A7B;
	height:22px;
	width:90px;
	float:left;
	margin-left:215px;
	color:#FFFFFF;
	font-weight: bold;
}