* {
	padding: 0px;
	margin: 0px;
} 
html 		{ min-height: 100%; }

body { text-align: center; font-family: arial, verdana, sans-serif; font-size: 12px; color: #333; background:white url(../images/bg_page.png) no-repeat 50% 0; line-height:18px; }
p, h1, h2, h3, ol, ul, dl { padding:2px 6px 8px; }
ol,ul,dl 
h1, h2, h3, ol, ul, dl { padding:8px 6px 3px; }
table, th, td{ font-family: arial, verdana, sans-serif; font-size: 12px; color: #white; text-decoration:none; }
td a {color:white; text-decoration:none;}
ol, ul, dir, menu, dd       		{ margin-left: 40px }
ol              					{ list-style-type: disc  }
ol ul, ul ol, ul ul, ol ol    		{ margin-top: 0; margin-bottom: 0 }
blockquote {
	width:80%;
	margin:10px auto;
	padding:0 26px;
	border-left:20px;
	color: #FFFFFF;
	background-color:#BE333B;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../images/logo_footer.png);
	-moz-border-radius:6px;
}

blockquote p {
	margin-left:70px;
	font-weight:normal;
	vertical-align:middle;
	font-size:+1.2em;
	line-height:+1.5em;
	width=100%;
	border-color: #BE333B;
} 


#skip 				{ display: none; }
a img, :link img, :visited img { border: none; }
img 				{ display: block; }
a:link 				{ color: #e96060; text-decoration: underline; }
a:visited 			{ color: #333; text-decoration: underline; }
a:hover, a:active 	{ color: #FFFFFF; }

.alignright		{ text-align: right !important; }
.floatright		{ float: right; }
.inline			{ display: inline; }

.clear	{ clear: both;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix 		{ display:inline-block; } 
/*\*/ .clearfix { display:block; } /**/ 

h1		{ font-size: 20px; line-height: 18px;  }
h2 		{ font-size:18px; color:#BE333B; }
h3		{ font-size: 16px; color: #666; }

#wrapper 		{ width:760px; margin:0 auto; }
#header 		{ position:relative; display:block; width:760px; height:102px; background:#FFF /*url(../images/bg_header.png) repeat-x;*/ }
#header .logo 	{ position:absolute; left:0px; top:0px; }




#nav 			{ display:block; width:760px; height:26px; margin:0; padding:0; list-style:none; text-align:center; background:#A13D3D url(../images/bg_nav.gif) repeat-x; font-weight: bold; }
#nav li 		{ float:left; width:180px;}
#nav li a 		{ text-decoration:none; display:block; padding:0; padding:0; height:1%; line-height:26px; color:#FFF; background:url(../images/bg_nav_on.png) no-repeat 50% 0;}
#nav li.on 		{ display:block; padding:0; width:120px; height:26px; line-height:26px;  color:#EFEFEF; }
#nav li a:hover { background:url(../images/bg_nav_on.png) no-repeat 50% 0;font-size:+1em; color:#FFCCCC; }

#content {
	width:740px;
	padding:50px 10px 0;
	min-height:543px;
	background:#FFF url(../images/bg_content.gif) no-repeat 0 0;
	text-align:left;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BE333B;
	border-right-color: #BE333B;
	border-bottom-color: #BE333B;
	border-left-color: #BE333B;
	border-top-width: 0px;
	border-right-width: 0px;
}
* html #content, * html #content #col_1 { height:543px; }

#content #col_1 { width:20%; float:left; min-height:543px; background:url(../images/bg_left.gif) no-repeat 100% 50%; }
#content #col_1 h2 { color:#999999; font-size:14px; font-weight:normal; }
#subnav, #subnav ul { margin:0; padding:0; list-style:none; font-weight: bold; }
#subnav li { }
#subnav li a { display:block; padding:5px 10px 5px 10px; height:1%; background:url(../images/bg_subnav.png) no-repeat 100% 100%; text-decoration:none; font-weight: bold; }
#subnav li a:hover { background:#E9D1D1 url(../images/bg_left_nav_on.gif) no-repeat 100% 0; text-decoration:none; }
#content #col_2 { width:80%; float:left; }

#footer { display:block; width:680px; padding: 10px 40px; margin:0 auto; background:#be333b url(../images/logo_footer.png) left no-repeat ; -moz-border-radius:6px; color:#FFFFFF; }
#footer small {  }

.t_form { margin:20px; }
.t_form th { background:#efefef; }
.t_form td, .t_form th { padding:5px; border-bottom:1px solid #666; }

/* FORMULARIO*/

form {
	padding: 50px;
	margin-left: 125px;	
	background: #BE333B url(../images/logo_footer.png) bottom right;
	background-repeat: no-repeat; 
	width: 250px;
	border-right:#BE333B solid 10px;
	border-bottom:#BE333B solid 10px;
	-moz-border-radius:6px;
	
}

label {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
}


.campo {
	width: 254px;
	height: 15px;
	margin-bottom: 20px;
	border: 4px Solid #832328;
	background: white;	
	padding: 2px;
	color: #BE333B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#comentario {
	width: 254px;
	height: 193px;
	background: white ;
	padding-right: 20px;
	background-repeat: no-repeat;
}

form.boton a:hover {border-bottom-color:#00FF00; border:#00FF00;}
