BODY {
	SCROLLBAR-FACE-COLOR: #003399; 
	SCROLLBAR-HIGHLIGHT-COLOR: #3366cc; 
	SCROLLBAR-SHADOW-COLOR: #3366cc; 
	SCROLLBAR-3DLIGHT-COLOR: #3366cc; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #3366cc; 
	SCROLLBAR-DARKSHADOW-COLOR: #3366cc;
	background-color:#3366CC;
	font-family:verdana;
	font-size:11px;
	color: #000000;
}

input.opcional
{
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	font-size: 10px;
	font-weight: bold;
	border-left: #7f9db9 1px solid;
	color: #3366CC;
	border-bottom: #7f9db9 1px solid;
	font-family: verdana;
	height: 20px;
	background-color: white;
	text-align: center;
	text-decoration: none;
}

select.opcional {
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	font-size: 10px;
	font-weight: bold;
	border-left: #7f9db9 1px solid;
	color: #3366CC;
	border-bottom: #7f9db9 1px solid;
	font-family: verdana;
	height: 20px;
	background-color: white;
	text-align: center;
	text-decoration: none;
}

select.obligatorio {
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	border-left: #7f9db9 1px solid;
	color: #3366CC;
	border-bottom: #7f9db9 1px solid;
	height: 18px;
	background-color: #d8eceb;
	text-align: center;
	text-decoration: none;
}

input.obligatorio
{
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	border-left: #7f9db9 1px solid;
	color: #3366CC;
	border-bottom: #7f9db9 1px solid;
	height: 18px;
	background-color: #d8eceb;
	text-align: center;
	text-decoration: none;
}

input.textbox {
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	height:18px;
	width:100px;
	font-size:9px;
	font-family:verdana;
	font-weight: bold;
	border-left: #7f9db9 1px solid;
	color: #3366CC;
	border-bottom: #7f9db9 1px solid;	
	text-align: center;
	text-decoration: none;
}

.botonpeque {

	background-color:#3061C3;
    font-size: 9px;
    border:1px #003366 solid;
	color:white;
	width:60px;
	height: 17px;

}

TD.comentariofoto {
	font-size: 10px;
	color:white;
	background-color:black;
	text-align:center;
}

A {
	text-decoration:none;
	color:black;
}

a:hover{

	text-decoration:none;
		color:black;

}

A.menu {
	color:#ffffff;
	text-decoration:none;
}

A.menu:hover{

	color:#ffffff;
	text-decoration:none;

}

A:hover {
	text-decoration:underline;
	color:black;
}

A.mailto {
	text-decoration:none;
	color:white;
}

A.mailto:hover {
	text-decoration:none;
	color:red;
}

P.parrafos {
	color:white;
	text-align:justify;
	margin-left:10;
	margin-top: 10;
	margin-bottom: 10;
	margin-right:15;
	font-size:12px;
}

P.parrafosc {
	color:white;
	text-align:center;
	margin-left:10;
	margin-top: 10;
	margin-bottom: 10;
	margin-right:15;
	font-size:12px;
}

p.pie {
	color:white;
	text-align:center;
	margin-left:10;
	margin-top: 10;
	margin-bottom: 10;
	margin-right:15;
	font-size:10px;
}

TD.parrafos {
	color:white;
	text-align:justify;
	margin-left:10;
	margin-top: 10;
	margin-bottom: 10;
	margin-right:15;
	font-size:12px;
}

TD.parrafosc {
	color:white;
	text-align:center;
	margin-left:10;
	margin-top: 10;
	margin-bottom: 10;
	margin-right:15;
	font-size:12px;
}

.tituloseccion {
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}

/* para la intranet */

td.repeaterheader {
	background-color:#0b479c;
	text-align:center;
}

td.repeaterbody {
	background-color:#3061C3;
	text-align:left;
	font-size:11px;
}

td.repeaterbodyj {
	background-color:#3061C3;
	text-align:justify;
}

td.repeaterbodyc {
	background-color:#3061C3;
	text-align:center;
	font-size:11px;
}


.boton
{
	background-color:#3061C3;
    font: 11px;
    border:1px #003366 solid;
	color:white;
	width:80px;
}

.botonsinlimite {
	background-color:#3061C3;
    font: 11px;
    border:1px #003366 solid;
	color:white;
}

A.menuintranet {
	text-decoration:none;
	color:white;
	font-family:verdana;
	font-size:12px;
	margin-left:10px;
}

TD.menuintranet {
	background-color:#0b479c;
}

TD.titulointranet {
	text-align:center;
	background-color:#0b479c;
	color:white;
	font-weight:bold;
}

TABLE.tablaintranet {
	color:white;
	font-size:13px;
	border-style:outset;
	border-color:#0b479c;
}

/* para los menus de las secciones */
TD.seleccionado {
	color:#FFFFFF;
	text-align:center;
	background-color:#9D3507;
	font-family: verdana;
	font-size:12px;
}

.noseleccionado {

	color:#FFFFFF;
	text-align:center;
	background-color:#0b479c;
	font-family: verdana;
	font-size:12px

}