@charset "utf-8";
/* CSS Document */
body{
margin-top:0px;
background:url(../../images/fondo.png) fixed ;
}

table.acciones{
vertical-align:top;
font-family:Verdana;
font-size: 9px;
text-align:justify;
width:95%;
background:#FFFFFF;

}

table.acciones td{
	width:120px;
	height:30px;
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	color:#333333;
	font-size:10px;

}

table th{
	background:url(../images/shade.gif) repeat-x ;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:9px;
}


table.acciones th{
	background:url(../images/shade.gif) repeat-x ;
	height:60px;
	text-align:center;
	vertical-align:top;
	font-size:1.2em;
	padding:2px;
}


table.acciones td:hover{
	background:#FF6600;
	color:#FFFFFF;
}


table.eventos{
vertical-align:top;
font-family:Verdana;
font-size: 11px;
text-align:justify;
width:100%;
background:#FFFFFF;
color:#000000;
font-weight:normal;


}


table.eventos th{
	background: url(../../images/sbar.gif) repeat-x ;
	height:47px;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:11px;
	color:#1F255A;
	padding:4px;
}

table.eventos h1
{
	font-size:12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div.eventos{
	background:#FF6600;
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
	font-family:Verdana;
}

div.paginador{
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	
	
}


div.detalles{
	padding:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

div.rounded-box {
    position: relative;
    width: 900px;
    background:#FFFFFF;
    margin: 1px auto;
} 

/*********************
Caja Exterior
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
	position: absolute;
	width: 20px;
	height: 20px;
	background:url(../../images/fondoc.PNG);
	overflow: hidden;
	z-index: 0;

}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
	position: relative;
	font-size: 116px;
	font-family: arial;
	color:#FFFFFF;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/


div.top-left-inside {left: -8px; top:-5px;}
div.top-right-inside {left: -14px; top:-5px;}
div.bottom-left-inside {left: -8px; top: -10px;}
div.bottom-right-inside {left: -14px; top: -12px;}

div.top-left-corner { top: 0px; left: 0px; }
div.bottom-left-corner {bottom: 0px; left: 0px;}
div.top-right-corner {top: 0px; right: 0px;}
div.bottom-right-corner {bottom: 0px; right: 0px;}



/*********************
Contenido (txt)
*********************/

div.box-contents {
	position: relative;
	padding: 10px;
	color:#000;
	font-weight: bolder;
	z-index: 1;

}


td.particulares {
	font-weight:bold;
}

table.sector{
vertical-align:top;
font-family:Verdana;
background:#FFFFFF;
width:100%;
color:#000000;
font-weight:normal;
}


table.sector th{
	background:url(../images/shade.gif) repeat-x ;
	height:47px;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:11px;
	color:#0000FF;
	padding:4px;
}

table.sector td{
	width:120px;
	font-family:Verdana;
	font-size:11px;
}

input.buscar{
	background:url(../../images/aceptarnaranja.png)  center no-repeat;
	width:108px;
	height:40px;
	border-style:none;
	cursor:pointer;

}


a:link{
	font-family:Verdana;
	color:#0033FF;
	font-size:10px;
	text-decoration:none;
}

a:visited{
	font-family:Verdana;
	color:#0033FF;
	font-size:10px;
	text-decoration:none;
}

a:hover{
	font-family:Verdana;
	color:#0033FF;
	font-size:10px;
	text-decoration:none;
}