/* CSS Document */

.menu{
	background-image:url(images/fondo_menu.jpg); 
	width:121px; 
	height:33px; 
	background-repeat:repeat-x;
	text-align:center;
	cursor:pointer;
}

.menu:hover{background-image:url(images/fondo_menu_over.jpg);}

.menu a{font-family: "Trebuchet MS"; 
		font-size:14px; 
		font-weight:bolder;
		vertical-align:middle;
		text-decoration:none;
		color:#000000;
		text-transform:uppercase;
		
		}

body{ margin:0px;}

p{font-family:"Trebuchet MS"; font-size:13px; text-align:justify}

.texto{font-family:"Trebuchet MS"; font-size:12px;}

.enlace_galeria{font-family:"Trebuchet MS"; font-size:10px; text-decoration:none; color:#644622}

.enlace_galeria_titulo{font-family:"Trebuchet MS"; font-size:13px; text-decoration:none; color:#644622}

.fondotabla{ background-image:url(images/fondo.jpg); background-repeat:repeat;}

.td_padding{padding-left:17px; padding-right:10px;}



.formulario table {
	border-collapse: collapse;
	margin: 15px;	
}
.formulario th strong {
	color: #fff;
}
.formulario th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	
	border-bottom: solid 2px #FFF;
}
.formulario tr {
	height: 30px;
}
.formulario td {
	padding-left: 11px;
	padding-right: 11px;
	text-align:left;
	
	
}
.formulario td.first,th.first {
	border-left: 0px;
}
.formulario tr.row-a {
	background: #F8F8F8;
}
.formulario tr.row-b {
	background: #EFEFEF;		
}

.menutextual{ font-family:"Trebuchet MS"; color:#FFFFFF; text-decoration:none; text-transform:uppercase; font-size:10px;} 

.menutextual:hover{ text-decoration:underline;}




