/*
Hoja de Estilo
Rincon de Prensa
*/
body {
	font: 11px Verdana, Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	background: #F3F3F3;
	color: #000033;
    margin-top: -1px;
	margin-bottom: -10px;
    align-text: center;
}

#content {
    float: center;
	margin: 0 auto;
	padding-top: 0px;
	background-image: url("../css/images/fondo.png");
	background-repeat: no-repeat;
	background-position: top;

}

#recuadro_formupdate {
	background-repeat: no-repeat;
	width: 600px;
	height:500px;
	border:4px solid #CCCCCC;
	margin-top:40px;
}

.Oculto {
display: none;
}

a, a:link, a:visited, a:active  { text-decoration:none; font-weight:700; color:#000033; outline:none; }

.Item{
font-family: Verdana, Times, serif;
color: #000033;
}

.Item_new {
	font-family: Verdana, Times, serif;
	color: #000033;
  	border-bottom: 1px solid grey;
}

.SubItemRow {
display: none;
font-family: Arial, Times, serif;
font-size: 10pt;
}

.borde{
	border-right:1px solid grey;
	border-bottom: 1px solid grey;  
}
.Fuente {
font-family: Arial, Times, serif;
}

.Titulo {
font-family: Verdana, Arial, serif;
font-size: 10pt;
font-weight: 600;
color: #000066;
}

.Titulo a {
font-family: Verdana, Arial, serif;
font-size: 10pt;
font-weight: 600;
color: #000066;
}

.Titulo a:visited {
font-family: Verdana, Arial, serif;
font-size: 10pt;
font-weight: 600;
color: #000066;
}

.Grande {
font-family: Verdana, Arial, serif;
font-size: 14pt;
font-weight: 600;
color: #000066;
}

.Rotulo {
font-family: Verdana, Arial, serif;
font-size: 14pt;
font-weight: 600;
color: #000066;
}

.Pubdate {
font-family: Arial, Times, serif;
font-size: 8pt;
}

.Formulario {
font-family: Verdana, Times, serif;
font-size: 8pt;
}

.Error {
font-family: Verdana, Times, serif;
font-size: 10pt;
color: red; 
}

.Solapa {
font-family: Verdana, Times, serif;
font-size: 9pt;
}

.backtab {
background-image: url(images/fondo03.jpg);
}

.Admon {
	font-family: Verdana,Times,serif;
	font-size: 8pt;
	color: #000033;
}

.peque {
    background-color: #FFFFFF;
	font-family: Verdana,Times,serif;
	font-size: 8pt;
	color: #000033;
}

.copyright {
    background: #C3C3C3;
	font-family: Verdana,Times,serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.copyright a{
	color: #FFFFFF;
    text-decoration:none;
}

.copyright a:visited{
	color: #FFFFFF;
    text-decoration:none;
}

.copyright a:hover{
	color: #FFFFFF;
    text-decoration:underline;
}

.contactar{
	font-family: Verdana,Times,serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.Pie {
font-family: Arial, Times, serif;
font-size: 7pt;
}

.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-family: Calibri,Verdana,Times;
font-size: 13px; /*font of menu text*/
}

.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;
}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
/*font: 12px Calibri,Verdana,Times;*/
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs b{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab */
padding: 0 0 0 9px;
text-decoration: none;
}

.animatedtabs b span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

.animatedtabs .selected b{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected b span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
/*font-size:13px;*/
/*font-weight: bold;*/
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
/*font-size:12px;
font-weight: bold;*/
}
