/*--- Estilo de carnicascatala.com ---*/
@import url('css/base.css');

body {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff url('img/fondo.jpg') repeat-x top center ;
	color:#707070;
}
a{
	text-decoration: none;
	color: #08b;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-size: 20px;
	padding: 0px 0;
	margin-left:0px;
	text-align:left;
}
h2{
	font-size: 35px;
	font-weight:normal;
	padding: 30px 15px 15px;
}
tr,th,td {
	padding: 3px;
}
button{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
border:1px solid #CCCCCC;
background-color:#999;
color:#fff;
padding:2px 15px;
font-size:11px;
font-weight:bold;

}

input, select, textarea{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#707070;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
}
input:hover, select:hover, textarea:hover{
	border: 1px solid #999;
}
input:focus, select:focus, textarea:focus{
	background-color: #fff;
	border: 1px solid #68b;
}

/*--- Estructura ---*/
#fondo{

	background:url('img/fondo2.jpg') no-repeat center;
	width:100%;
	top:0px;
	position: absolute;
	height: 267px;
}

#contenedor{
	position: absolute;
	top:0px;
	width:100%;
}

#page{
	width:800px; /*800x600 en IE*/
	margin: 0 auto; /*centrado*/
	margin-top:18px;
}
#main {
	background: #fff url('img/fmain.gif') repeat-y;
	padding: 8px;
	clear:both;
}

#col1 { float: left; width: 416px;}  

#col1 .texto{
width:386px;
text-align:justify;
font-size:13px;
line-height:20px;
}

#col1 .texto p{
	margin-bottom: 20px;
}

#col2 { width: auto; text-align:center;margin: 0 0 0 430px;}
 


#fotos {
	clear:both;
	background: #fff ;
	padding: 8px;
	height:200px;
	cursor:default;
}

#fotos .contenido{
float:left;
background-image:url('img/fondo_texto.jpg');
background-repeat:no-repeat;
width:304px;
height:120px;
color:#ede6e6;
font-size:40px;
padding:32px;
padding-bottom:49px;
padding-top:15px;
}

#fotos .contenido h2{
margin:0px;
margin-bottom:10px;
padding:0px;
letter-spacing:1px;
}

#fotos .contenido h3{
margin:0px;
padding:0px;
font-size:16px;
color:#d7b8b8;
font-weight:normal;
}

#fotos img{
float:left;
}

/*--- header ---*/
#header{
	height: 100px;
	text-align: center;
	color:#fff;
}
#header a{
	color:#fff;
	}

/*--- footer ---*/
#footer {
	margin-bottom: 20px;
	text-align:left;
	background-color: #fff;
	color: #aaa;
	font-size:10px;
	padding-top:15px;
	border-top:1px solid #ccc;
	margin-top:20px;
}
#footer a{
	color: #aaa;
}

#footer a:hover{
color:#666;
}

#footer .acceseo{
float:right;
}

#footer .acceseo a{
width:43px;
height:16px;
display:block;
}

/*--- barra de menú ---*/
#nav{
margin-top:20px;
font-size:12px;


}

#nav ul{ 
		list-style: none;
		border-top:1px solid #756363;
		
				
		
}

#nav li{
display:inline;
float:left;
/*padding:0px;
margin:0px;
padding:15px 20px 15px 21px;*/
font-size:13px;
padding-top:15px;
padding-bottom:15px;
   width:113px; 
   height:20px;
text-align:center;
border-right:1px solid  #756363;
color:#fff;

}
#nav a{
text-decoration:none;
color:#bbb;
}

#nav a:hover, #nav .act a{
color:#fff;
}

#final{
border-right:none;
}

/*--- Lateral izq ---*/
#col1 h3{ 
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	font-size: .9em;
}

/*--- admin ---*/
#subtitulo{
}
#subtitulo #opciones_tabla{
	float: right;
	text-align: right;
	line-height:230%;
}
/* -------------------- Mensajes del admin ---------------- */

.e input, .e textarea, .e select, .e table{
	border-color: #c20000;
}
#nota{
	margin:0px 0px 10px 0px;
	padding:5px;
	padding-left:27px;
}
.error{
	background: #ccc url('img/cancel.png') no-repeat 5px 3px;
	color:#000;
}
.nota{
	background: #ccc url('img/alerta.gif') no-repeat 5px 3px;
	color:#000;
}


/* -------------------- Tablas mostrar ---------------- */

#mostrar { 
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
}
#mostrar thead th:hover a {
	color: #fff;
}
#mostrar tbody tr:hover {
	background-color: #68b;
	color: #fff;
}
#mostrar a:hover {
	background-color: #666;
	color: #fff;
}
#mostrar thead th {
	font-size: 100%;
	background-color: #ccc;
	height: 33px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#mostrar td {
	border-left: 1px solid #dadada;
}
#mostrar .accion{
	width: 50px;
	text-align: center;
	color:#ccc;
}

/* -------------------- Tablas formulario ---------------- */

.formulario { 
	width:100%;
}
.formulario input, .formulario textarea{
	width:300px;
}
.formulario caption{
	text-transform: uppercase;
	color: #68b;
	border: 1px solid #68b;
	font-weight: bold;
	text-align: left;
	margin: 20px 0;
	padding: 3px;
}
.formulario tbody th {
	text-align:right;
	vertical-align: top;
	width: 120px;
	font-weight:normal;
}
.formulario .td_error {
	color: #c20000;
	font-size:9px;
	width: 150px;
	display:none;
}
.x{ color: #c20000; margin: 0 3px;}

.formulario .date{width:80px}
.formulario .time{width:60px}
.formulario .traducir{width:284px;} /*300 - 16*/

.enviar{
text-align:right;
margin-right:2px;
}
/* -------------------- Botones ---------------- */

.formulario_botones{
	padding: 10px 130px;
}

#buscador{
	display: inline;
}

