/* CSS Document */

body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../imagenes/texture327.gif);
}

/*TEXTOS, TITULOS Y LINKS INTERNOS */

.homeTitle{
color:#7DAF7A;
font-size:14px;
}

.homeText{
color:#9A9A9A;
font-weight:bold;
}

a{
color:#919191;
text-decoration:none;
}


a:hover{
text-decoration:none;
}

/* ESQUEMA */

.wrap {

	display: block;
	clear: left;
	width: 750px;
	height:472px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image:url(../images/home/bk.jpg);
	background-repeat:no-repeat;
}

.header {
	clear: left;
	width:750px;
}
.top_header{	

padding-top:4px;
	width: 737px;
	padding-left:5px;
	padding-right:0px;
	height:90px;
}

.top_navigation{
width:700px;
display:table;
height:auto;
padding-left:20px;
color:#BEBEBE;
padding-top:0px;

}

.top_navigation a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8E8E8E;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	width:230px;
	
}

.top_navigation a:hover {
	color:#757575;
}


.content {
	float:left;
	text-align:justify;
	width:750px;
	display: table;
	padding-bottom: 2px;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
}

.left_pic{
	display: block;
	height: auto;
	width: 380px;
	float:left;
	padding-left:4px;
}

.mainContent{
	width:354px;
	height:auto;
	padding-left:5px;
	float: left;
	display: block;
}

.prom{
border-bottom:#CACACA thin solid;
border-left:#CACACA thin solid;
border-top:#CACACA thin solid;
height:115px;
color:#9A9A9A;
width:354px;
display:table;
clear:left;
margin-top:8px;
text-align:left;
}
.quickBar{
width:354px;
text-align:center;
display:table;
clear:left;
border-bottom:#CCCCCC thin solid;

}

.proma{
color:#696969;
text-decoration:underline;
font-weight:bolder;
text-align:right;
}

.promText{
float:left;
width:184px;
padding-left:2px;

}
.promPic{
float:left;
width:161px;
padding-left:4px;
}


.footer {
	font-family:Arial, Helvetica, sans-serif;
	width:740px;
	display: inline;
	clear: left;
	color:#000000;
	font-size:11px;
	text-align:left;
	padding-left:8px;
	height:14px;
}

.title{
color:#7DAF7A;
font-size:15px;
font-weight:bold;
}

