body, html {
	margin: 0px;
	padding:0px;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	
}
.fullAltura{
	height:100%;
}
.anchoSec{
	width:970px;
}

/**apariencia*/
.cuerpo{
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size:12px;
	padding:15px;
	text-align: left;
	text-align:justify;
}
.cuerpo_02{
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size:10px;
}
.cuerpo_cuadro{
	font-size:10px;
	font-weight:bold;
	color: #3d3e40;
	/*border-bottom:#333 solid 1px;*/
	padding:10px;
	height:20px;
	text-align:left;
}
.sep{
	border-bottom:#09C dotted 1px;
	margin-bottom:10px;
}
.sep02{
	border-bottom:#09C dotted 1px;
}
.sep_vert01{
	border-right:#09C dotted 1px;
}
div.cuerpo_footer{
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
	color: #afabaa;
	text-transform:uppercase;
	text-align:left;
}
.tit_01{
	font-size:12px;
	color:#666;
}
.tit_02{
	
	font-size:18px;
	font-weight: bolder;
	color:#f0efdd;
	padding-left:10px;
}
.tit_03{
	font-size:14px;
	font-weight:bold;
}
.tit_sec{
	text-transform:uppercase;
	font-weight:bold;
	font-size:22px;
	color:#FFF;
	margin:10px;
	height:40px;
	border-bottom:#FFF solid 1px;
	background-color:#055da5;
	width:97%;
	
}

.tit_num{
	margin-left:30px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	width:35px;
	background-image:url(../images/vineta_01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	/*border-bottom:#333 solid 1px;*/
	text-align:center;
	
}
.bg_cuadro{
	background-color:#f1523c;
}
.bg_sec{
	background-color:#055da5;
}
.th{
	float:left;
	border:#fff solid 5px;
	margin-right:10px;
	margin-bottom:10px;
	
	-webkit-box-shadow: 0 0 10px #036;
    -moz-box-shadow: 0 0 10px #036;
    box-shadow: 0 0 10px #036;
}
#contenido li{
	background-image:url(../images/vineta.png);
	background-repeat:no-repeat;
	list-style: none;
	padding-left: 20px;
}
.rounded{
background-color: #036;
padding:8px;

-webkit-box-shadow: 0 0 10px #036;
-moz-box-shadow: 0 0 10px #036;
box-shadow: 0 0 10px #036;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/****RECIBO***/
#tabla{
  border:2px #CCCCCC solid;
}
.reci_tit{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.reci_cuerpo{
	font-size:12px;
	color:#000;
}

/*LINKS***********************************/
a.link01 {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
	margin-right:10px;
} 

a.link01:hover {
	text-decoration: none;
	color: #025ea9;
	border-bottom:#CCC dashed 1px;
}

a.link02 {
	color: #666;
	text-decoration: none;
	font-size:12px;
} 

a.link02:hover {
	text-decoration: none;
	color: #036;
	
	border-bottom:#CCC dashed 1px;
}

a.link03 {
	color: #F90 !important;
	text-decoration: none;
	border-bottom:#CCC dashed 1px;
} 

a.link03:hover {
	text-decoration: none;
	color: #fff !important;
	
	
}

#contenido a {
	color: #fff;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
} 

#contenido a:hover {
	text-decoration: none;
	color: #C60;
}