/*Para todas las páginas*/


* {
	margin:0;
	padding:0;
}

body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/comunes/fondos/fondo_body.gif);
	color: #333;
}
#todo {
	margin:0 auto;
	border: solid #E1E1E1;
	border-width: 0 1px;
	background: #fff ;
}
#contenido {
	font-size:1.1em;
	margin: 0 auto;
	line-height:1.4;
}
p {
	margin-bottom:1em;
}
blockquote {
	padding-left:1.5em;
	padding-right:.9em;
	font-size:.9em;
}
sup {vertical-align:text-top;}

.contptopnada {
	padding-top:77px;
}
.contptopmiga{
	padding-top:57px;
}
#col1, #col2, #col3, #col4 {
	float: left;
	position: relative;
}
a img {
 	border:0;
}
a:link {
	text-decoration: none;
	color:#C00;
}
a:visited {
	color:#936;
	text-decoration:none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
abbr[title], acronym[title] {
	border-bottom: 1px dashed;
	cursor: help;
}
.izquierda {
	text-align: left;
}
.centro {
	text-align: center;
}
.derecha {
	text-align: right;
}
.versalitas {
	font-variant:small-caps;
	font-weight:normal;
}
.versales {text-transform:uppercase;}

.desaparece {
	display:none;
}
.noveo {
	visibility:hidden;
}
.limpia {
	clear:both;
}
.ventana_n {
	padding-right: 16px;
	background: url(../img/comunes/iconos/ventana_nueva_gr.gif) no-repeat right -2px;
}
.noventana {
	padding-right: 0;
	background:none;
}
hr.limpia {
	height: 1px;
	display: block;
	visibility:	hidden;
	margin: -8px 0;
}
/*Estilos del pie de página*/
#pie {
	font: .8em Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0 20px;
	height: 3em;
	border-top: 1px solid #ccc;
	clear: both;
	float: left;
	width: 100%;
}
a.correo:link, a.correo:visited, a.correo:hover, a.correo:visited:hover {
	color:#333;
	font-weight:bold;
	font-size:1.1em;
}
.txtcvc {
	color:#AB0505;
	font-weight: bold;
	font-size: 1.1em;
}
#num_reg {
	font-size: 0.8em;
	padding-left: 0.5em;
	margin:4em 0 .7em 11.3em;
	clear: both;
	float: left;
	width: 18em;
	display: inline;
}
