/* CSS Document */
/* hide from ie on mac \*/
html {
		height: 100%;
	}

#flashcontent {	
	height: 100%;
	width: 100%;
	min-width: 950px;
	width: expression(document.body.clientWidth < 950 ? "950px": document.body.clientWidth);
	min-height: 580px;
	height: expression(document.body.clientHeight < 580  ? "580px": document.body.clientHeight);
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #522020;
	background-attachment: fixed;
	background-image: url(../imagenes/patron.jpg);
	background-repeat: repeat;
	background-position: left top;
	color: #5c131f;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
#contenedor {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 694px;
	margin-top: 0px;
	margin-left: -345px;
	border: 0px;
	padding: 0px;
}

#lateralizq{ 
	width:33px; 
	float:left; 
	padding: 0px;
	margin: 0px;
}
#contenido{ 
	width:624px; 
	float:left; 
	padding: 0px;
	margin: 0px;
}
#lateralder{ 
	width:33px; 
	float:left; 
	padding: 0px;
	margin: 0px;
}

#cabecera{ 
	width:100%; 
	background-color:#000000; 
}
#menu{
	width:100%;
	background-color:#333333;
	height: 30px;
}
#contenidoseccion{ 
	width:100%; 
	min-height:370px;
	background-color: #CCCCCC;
}
#pie{
	width:100%;
	clear:both;
	background-image: url(imagenes/piepagina.jpg);
	text-align: left;
	height: 27px;
	background-color: #e0783e;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#logo{ 
	width:100%; 
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	color:#5c131f;
	line-height:19px;
}
h1{
	font-size:17px
}
h2{
	font-size:15px
}
h3{
	font-size:14px
}
h4{
	font-size:13px
}
h5{
	font-size:12px
}
h6{
	font-size:11px
}
h7{
	font-size:12px
}
a{
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover{
	color:#ff0000;
	text-decoration: none;
}
.alert{
	color:#FF0000;
	font-weight: bold;
}
.ok{
	color:#00FF00;
	font-weight: bold;
}
input, textarea{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color:#ededed;
	color:#000000;
	border: thin solid #FFFFFF;
}
.rellenar{
	border:solid #FF0000 thin;
}

.lineaimpar {
}
.lineapar{
	color: #999999;
	background-color: #000000;
}