@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
}

.contenedor{
	width:500px;
	height:600px;
}

.encabezado{
	width:500px;
	height:34px;
	background-image:url(../layout/eventosBanner.jpg);
}

.titulo{
	width:500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:center;
	color: #990000;
	line-height:140%;
	margin-top:10px;
}

.contenido{
	width:450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:120%;
	padding:5px;
	border:thin #003399 solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.textoWrap { 
/* margin: top, right, bottom, left */ 
margin:0px 10px 0px 0px; 
width:auto; /* Adjust the width of the brown background behind the left hand side dog links */ 
line-height: 150%; 
text-align : justify; 
/* margin: top, right, bottom, left */ 
} 

.tabla{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.trEventos
{

	margin:10px;
}
.tdIzq{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align:right;
	width:150px;
	height:35px;
}

.tdDer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	padding-left:10px;
	width:300px;
	height:35px;
	
}

.ligasEventos:link {

	text-decoration:none;
	border-bottom: 1px dotted #333333;
	/*font-size: 16px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
}
.ligasEventos:visited {
	text-decoration:none;
	border-bottom: 1px dotted #333333;
	/*font-size: 16px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
	text-decoration:none;
	border-bottom: 1px dotted #333333;	 
}
.ligasEventos:active {
	text-decoration:none;
	border-bottom: 1px dotted #333333;
	/*font-size: 16px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
	text-decoration:none;
	border-bottom: 1px dotted #333333;	
}
.ligasEventos:hover {
	text-decoration:none;
	border-bottom: 1px dotted #333333;
	/*font-size: 16px;*/
	font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	border-bottom: 1px dotted #333333;	
    color:#990000;
}

.ligasEventos
{
	text-decoration:none;
	border-bottom: 1px dotted #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
    cursor : pointer ;
}

.cuadroImg{
	width:100px;
	height:80px;
	float:right;
	position:absolute;
}

.dvImg { 
	float: right; 
	position: relative; 
	top: 10px; 
	left: -10px; 
	/* padding: top, right, bottom, left */ 
	padding: 0px 0px 0px 16px; /* This pushes the text away from the image */ 
	margin-bottom:10px;
	margin-left:5px;
} 
