body{
	/*background: url(../images/bg-flash.gif) repeat;*/
	background:url(../images/body2.jpg) no-repeat fixed #0A0E71 center top;/*#1C41AB*/
	width:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:10px 0 0 0;
}
h1{
	font-size:16px;
	margin:8px 0 2px 0;
	color:#2C49A5;
	padding-left:10px;
	font-weight:normal;
	
}
p{
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
li{
	border-bottom: 1px dotted #CCC ;
	line-height: 30px

}
.centrado{
	width:960px;
	margin: 0 auto 0 auto;
}
.top,.footer{
	width:960px;
	height:auto;
}
.contenido{
	background:url(../images/content_middle.png) repeat-y top scroll transparent;
	width:930px;
	padding-left:15px;
	padding-right:15px;
}
.banner, .cont{
	width:930px;
	height:auto;
}
.logo{
	width:192px;
	height:82px;
}
.menu{
	width:610px;
	height:82px;
}
.position{
	float:left;
}
.position_r{
	float:right;
}
.clear{
	clear:both;
	margin:0 0 0 0 ;
}
.padd_top{
	padding-top:15px;
}
.padd_r_30{
	padding-right:30px;
}
.padd_r_10{
	padding-right:10px;
}
.padd_l_15{
	padding-left:15px;
}
.marg_b_20{
	margin-bottom:20px;
}
.marg_r_15{
	margin-right:15px;
}
.marg_l_15{
	margin-left:15px;
}
.marg_l_50{
	margin-left:50px;
}
.txt_resalto{
	font-size:12px;
	color:#213693;
	font-weight:bold;
}
.txt_credit{
	font-size:11px;
	color:#CCC;
	text-align:center;
}
.txt_powered {
	font-size:11px;
	color:#FC0;
	text-decoration: none;
}
.txt_titulo{
	font-weight:bold;
	color: #213693;
}
.boder_w_150{
	border: 2px solid #CCC;
	width:150px;
}
.boder_w_512{
	border: 10px solid #CCC;
	width:512px;
}
.boder_w_900{
	border: 10px solid #CCC;
	width:900px;
}
.leer{
	background:url(../images/leer.png) no-repeat scroll;
	width:60px;
	height:25px;
	padding:13px 20px 5px 30px;
	color:#FFF;
	font-size:12px;
	display: block;	
}
.leer a:link{
	color:#FFF;
	text-decoration: none;
	outline: none;
}
.leer a:hover{
	color:#CCC;
	text-decoration: none;
}
.leer a:visited{
	color:#FFF;
	text-decoration: none;
}
.leer a:active{
	outline: none;
}
.seccion_cont{
	width:620px;
	height:auto;
}
.seccion{
	width:280px;
	height:auto;
}
.marque {
	height: auto;
	width: 900px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
}
.ul {
	list-style-image: url(../images/tuerca2.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 0.1em;
   	list-style-type: none;
	font-size:14px;
	
}
.ul a:link{
	text-decoration: none;
	color: #09F;
}
.ul a:hover{
	text-decoration: underline;
	color: #666;
	outline: none;
}
.ul a:visited{
	text-decoration: none;
	color: #09F;
}
.ul a:active{
	outline: none;
}
.ul2 {
	list-style-image: url(../images/tuerca2.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 0.1em;
   	list-style-type: none;
}
.cent{
	text-align:center;
}

/********************************************************* FORMULARIO */


li.alert{
	background-color:#FCC;
	border:1px solid #F03;
	color:#000;
	list-style:none;
	line-height:20px;
	padding:0.1px 5px;
	margin:2px 2px 4px 0;
	display:block;
	clear:both
}
li.succes{
	background-color:#E8FFE8;
	border:1px solid #090;
	color:#000;
	list-style:none;
	line-height:20px;
	padding:0.1px 5px;
	margin:2px 2px 4px 0px;
	display:block;
	clear:both
}
.cargando{
	width:100%;
	height:300px;
	background-image:url(../images/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	clear:both
}
.input{
	font-size:12px;
	color: #666;
	display: block;
	height: 20px;
	width: 200px;
	background:transparent;
	border:solid 1px #ccc;
}
.input2{
	font-size:12px;
	color: #666;
	display: block;
	height: auto;
	width: 300px;
	background:transparent;
	border:solid 1px #ccc;
}