* {
	margin-top: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dc291c;
	background-image: url(images/fondoweb.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 130%;
}
a:link {
	text-decoration: none;
	color: #cc0000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}

h1, h2 {
	font-weight: normal;
	color: #DC291e;
}
h3 {
	font-weight: normal;
	color: #1a5b88;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 {
	font-size: 120%;
	font-weight: bold;
}
.titulo_celda {
	font-size: 110%;
	color: #CD3417;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

/* formulario*/
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}
.borde {
	border: 1px solid #E1E1E1;
}
.textoazul {
	color: #1a5b88;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.lineainf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
.titulo {
	font-size: 110%;
	color: #CD3417;
	font-weight: bold;
}
.foto200 {
	padding:7px;
	background-color: #F7f7f7;
	width: 200px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
.foto150 {
	padding:7px;
	background-color: #F7f7f7;
	width: 150px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

/***** menu *****/
 #navsite h5 {
 display: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-left: 10px;
}
#navsite ul {
	padding: 1px 0;
	margin-left: 0;
	margin-bottom:0;
 	font color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navsite ul li {
 list-style: none;
 margin: 0; 
 display: inline; 
}
#navsite ul li a {
	padding: 7px;
	margin-left: 0px;
	background: #D52D12;
	text-decoration: none;
	
}
#navsite ul li a:link {
 color: #ffffff;
}
#navsite ul li a:visited {
	color:  #EDEDED;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #ffffff;
	background-color: #000000;
}
#navsite ul li a#current {
 background: white; 
 border-bottom: 1px solid white;
}
.negro {
	color: #000000;
	font-size: 140%;
	line-height: 130%;
}
.lineainfgris {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.gris_marcar {
	font-size: 130%;
	color: #666666;
}
#contenido_scroll {
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cc0000;
	scrollbar-darkshadow-color: #dc291c;
	scrollbar-track-color: #F7f7f7;
	scrollbar-arrow-color: #dc291c;
	padding: 4px;
	margin: 4px;
}
.cursivaroja {
	color: #D52D12;
	font-style: italic;
}
.punteadopie {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D52D12;
	height: 25px;
	line-height: 200%;
}
#cabecera {
	height: 80px;
	margin: 4px;
	padding: 4px;
}
.textoazulcursiva {
	color: #1a5b88;
	font-size: 10px;
	font-style: italic;
}
.textop {
	font-size: 11px;
	color: #333333;
	line-height: normal;
}
