/* CSS Document */
body{
margin:0px;
background-image:url(../img/fondo.jpg);
}
#contenedor{
background-image:url(../img/fdo_top.jpg);
background-repeat:repeat-x;
}
#inrerior{
width:740px;
margin:0 auto;
}
#pie{
font-family:Tahoma, Verdana, Arial;
font-size:9px;
color:#666666;
height:25px;
}
#fdo_titulos{
background-image:url(../img/fdo_titular.jpg);
background-repeat:repeat-x;
text-align:right;
}
p{
font-family:Tahoma, Verdana, Arial;
color:#666666;
font-size:0.7em;
line-height:1.4em;
}
.foto_lateral{
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
padding:4px;
}
.foto_lateral2{
border-color:#00CCFF;
border-style:solid;
border-width:1px;
padding:4px;
}
.foto_lateral2:hover{
border:5px solid #FFCC00;
padding:0px;
}
.campos{
border-bottom-style:solid;
border-color:#CCCCCC;
border-width:1px;
}
.titulos{
font-family:"Trebuchet MS", Tahoma, Verdana;
font-size:13px;
color:#990000;
}
.logopie{
float:right;
}
a:link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: underline;
	color: #990000;
}
a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #CC6633;
	text-decoration: none;
}
a:active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #CC6633;
	text-decoration: none;
}
