@charset "utf-8";
/* CSS Document */
html {
	min-height:100%;
}
body {
	background-image: url(../imagenes/cabecera/bkg.png);
	background-repeat:  repeat-x;
	margin: 0px;
	padding: 0px;
	min-height:100%;
}
p, form, ul, h1, h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
}
ul, li{
 background:transparent;
}
#web {
	margin: auto;
	width: 1003px;
	position: relative;
	padding-top: 118px;
}

/****************************************** Botón genérico **********************************************/

.btnGenerico {
	height: 20px;
	display:block;
	float:right;
	padding-top:10px;
	padding-bottom:5px;

}
.btnGenerico h1 {
	background-image: url(../imagenes/main/btnGenerico/bordes.png);
	background-position:left;
	height: 20px;
	width: 4px;
	float: left;
}
.btnGenerico:hover h1 {
	background-image: url(../imagenes/main/btnGenerico/bordes.png);
	background-position:8px;
}
.btnGenerico a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #595959;
	display: block;
	height: 17px;
	padding-top: 3px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	line-height:normal;
}
.btnGenerico a:hover {
	color: #FFFFFF;
	background-color: #8c8c8c;
}
.btnGenerico h2 {
	background-image: url(../imagenes/main/btnGenerico/bordes.png);
	background-position:12px;
	height: 20px;
	width: 4px;
	float: left;
}
.btnGenerico:hover h2 {
	background-image: url(../imagenes/main/btnGenerico/bordes.png);
	background-position:4px;
}

/* excepciones */


#modulo .btnGenerico {
	position:absolute;
	right:13px;
	bottom:20px;
	padding-top:0px;
	padding-bottom:0px;
}

/****************************************** [FIN] Botón genérico **********************************************/

.texto {
	line-height:18px;
}

.bold {
	font-weight: bold;
}

.Arial_12, .Arial_12 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	text-decoration:none;
}
.foto {
	float:left;
	margin-right:10px;
}
.ampliada {
	margin-bottom:10px;
	text-align:center;
	display:block;
	margin:auto;
	float:none;
}
.fecha {
	display:block;
	float:left;
	color: #FFFFFF;
	background-color: #8c8c8c;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.radio {
	float: left;
	border:0px;
	padding-left:10px;
	width:auto;	
}
	
	
	
/*************************** CLEARFIX *****************************/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*
Arreglo a clearfix
—————————-*/
.clearfix {
		display:inline-block;
}
.clearfix {
		display:block;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
