body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6DFC2;
	
}
.borde_imagen {

	border: 2px solid #008500;
}
.borde_tabla {

	border: 2px solid #F28D0B;
}

.fondo_subcabecera {
    background-image: url(images/subcabecera.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.fondo_contenido {
    background-image: url(images/contenido.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.fondo_contenido_der {
    background-image: url(images/contenidoder.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.fondo_abajo {
    background-image: url(images/abajo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.fondo_foro {
    background-image: url(images/foro2.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
.textos_titulo1 {
	font-family: Arial;
	font-size: 21px;
	color: #FFFFFF;
}
.textos_tsubitulo1 {
	font-family: Arial;
	font-size: 14px;
	color: #E99100;
	font-weight: bold;
}
.textos_tsubitulo3 {
	font-family: Arial;
	font-size: 14px;
	color: #2D3236;

}
.textos_tsubitulo2 {
	font-family: Arial;
	font-size: 18px;
	color: #E99100;
	font-weight: bold;

}
.textos_link{
	font-family: Arial;
	font-size: 13px;
	color: #E99100;
}
.textosblancos{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.textosgrises{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.textos{
	font-family: Arial;
	font-size: 12px;
	color: #2D3236;
	text-align:justify;
}
.textos2{
	font-family: Arial;
	font-size: 11px;
	color: #2D3236;
}
.textos3{
	font-family: Arial;
	font-size: 14px;
	color: #2D3236;
}
.textos_negro{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.textos_abajo{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
	.caja-input {
	font-family: Arial;
	font-size: 12px;
	color: #2D3236;
	text-decoration: none;
	border: 1px solid #7F8072;
	background-color: #E99100;
}
.boton {
	font-family: Arial;
	font-size: 12px;
	color: #2D3236;
	text-decoration: none;
	border: 1px solid #7F8072;
	background-color: #E99100;

}


/** modales **/
div.overlay{
    background:none repeat scroll 0 0 #000000;
    height:100%;
    left:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: fixed;
    top:0;
    width:100%;
    z-index:998;
    display: none;
}

div.contacto_rest_search {
    background: none repeat scroll 0 0 white;
    border: 3px solid #4A4A4A;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 15px #000000;
    display: none;
    font-family: Tahoma,Arial;
    font-size: 10pt;
    height: 333px;
    left: 50%;
    margin-left: -125px;
    margin-top: -175px;
    padding: 15px;
    position: fixed;
    top: 50%;
    width: 250px;
    z-index: 999;
    display: none;
}

div.lightbox{
    display: none;
}
div.contacto_rest_search a.close_popup{
    display: block;
    height: 16px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 16px;
}
div.contacto_rest_search fieldset {
    border: 0 none;
    margin: 7px 0;
    padding: 0;
}
div.contacto_rest_search fieldset label {
    color: #4A4A4A;
    display: block;
}
div.contacto_rest_search fieldset label span {
    color: #970004;
}
div.contacto_rest_search fieldset input {
    border: 1px solid #7C7C7C;
    border-radius: 5px 5px 5px 5px;
    font-size: 9pt;
    padding: 5px;
    width: 230px;
}

div.contacto_rest_search fieldset select {
    border: 1px solid #7C7C7C;
    border-radius: 5px 5px 5px 5px;
    font-size: 9pt;
    padding: 5px;
    width: 241px;
}
div.contacto_rest_search fieldset input.boton {
    background: none repeat scroll 0 0 #ff9e02;
    border: 1px solid #6F9818;
    border-radius: 3px 3px 3px 3px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 20px;
    width: auto;
}
div.contacto_rest_search fieldset textarea {
    border: 1px solid #7C7C7C;
    border-radius: 3px 3px 3px 3px;
    font-size: 9pt;
    height: 50px;
    padding: 5px;
    width: 230px;
}
div.contacto_rest_search fieldset .error {
    background: none repeat scroll 0 0 #FFDFE1;
    border: 1px solid red;
}
div.contacto_rest_search h1 {
    background: none repeat scroll 0 0 #ff9e02;
    color: white;
    font-family: Tahoma,Arial;
    font-size: 10pt;
    margin: 5px 0 0;
    padding: 5px;
    text-align: center;
}
