/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.direccion {
	float:left;
	margin: 10px;
	font-style: italic;
}

.abajo {
	clear: both;
}

.rojo, .Recogido {
	color: #CC0000;
	background-color: #eeeeee;
	font-size: 11px;
}

.rojoGrande {
	color: #CC0000;
	background-color: #eeeeee;
	font-size: 15px;
}

.azul, .Reservado {
	color: #0000CC;
	background-color: #eeeeee;
	font-size: 11px;
}
.azulGrande {
	color: #0000CC;
	background-color: #eeeeee;
	font-size: 15px;
}

.azulSuperGrande {
	color: #0000CC;
	background-color: #eeeeee;
	font-size: 20px;
}

.verde, .Libre {
	color: #238F44;
	background-color: #eeeeee;
	font-size: 11px;
}

.verdeGrande {
	color: #238F44;
	background-color: #eeeeee;
	font-size: 15px;
}

.rojo2 {
	color: #CC0000;
	font-size: 11px;
}

.intocable {
	border: 0px;
	color: #CC0000;
	background:transparent;
	text-align: center;
}	

.addthis {
	bottom:10;
	position:fixed;
	right:10;
	margin-left:45;
}

.pantallassos{
	margin-left:45;
}

.imagen {
	 /* basic */
	 background-color: #f5f5f5;
	 margin: 0 auto;
	 width: 305px;
	 padding: 10px;
	 text-align: center;
	 
	 /* border-radius */
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	 /* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 10px;
	 -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 10px;
	 box-shadow: rgba(0,0,0,0.3) 0px 1px 10px;
	 float:left;
}
.imagen2 {
	 /* basic */	 
	 background-color: #f5f5f5;
	 margin: 0 auto;
	 width: 315px;
	 padding: 10px;
	 text-align: center;
	 
	 /* border-radius */
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	 /* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 10px;
	 -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 10px;
	 box-shadow: rgba(0,0,0,0.3) 0px 1px 10px;
	 
	 margin-right:1px;	 
}

.boton {
	 /* basic */
	 text-decoration: none;
	 color:#fff;
	 cursor:pointer;
	 background-color: #a57e00;
	 margin: 0 auto;
	 width: 150px;
	 padding: 10px;
	 text-align: center;
	 font-weight:bolder;
	 /* border-radius */
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	 /* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 10px;
	 -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 10px;
	 box-shadow: rgba(0,0,0,0.5) 0px 1px 10px;
	 float:left;
	 margin-right:20px;	 
}

.boton:HOVER {
	background-color: #fec200;
}

.codigo {
	color: #333333;
	font-weight: normal;
	font: message-box;
	font-size: small;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/fondo2.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #A57E00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	#font-style: italic;
}

ul {
}

ol {
}

a {
	#border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #A57E00;
}

a:hover {
	text-decoration: underline;
	#color: #BF9D30;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header ***************************************************************************/

#header {
	width: 980px;
	height: 95px;
	margin: 0 auto;
}


.logo {
	cursor:pointer;
	float:left;
	text-decoration:none;
}


#header h1 {
	cursor:pointer;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 0px;
	font-size: 4.4em;
}


#header h2 {
	cursor:pointer;
	float:left;
	margin-top: 75px;
	margin-left: -272px;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

#header h2 a {
	color: #333333;
}


#usr_validado {
	float: right;
	padding: 20px 0 0 0;
	
}


/* Search */

#search {
	float: right;
	width: 300px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page *****************************************************************************/

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content ******************************************************************************/

#content {
	float: right;
	width: 675px;
}

.aviso {
	padding: 12px 50px;
	background: url(../images/img04.jpg) no-repeat;
}

.resaltado {
	padding: 10px 10px 0px 10px;
	/*background: url(../images/fondoResaltado.jpg) no-repeat;*/
	background-color: #f9f9f9;
	/*border: thick;*/

	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #A57E00;
}

.visto {
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 50px;
	}
.texto {
	margin: 30px 20px;
	padding: 1px 100px;
	background: url(../images/texto.png) no-repeat;
}
.alerta {
	margin: 30px 20px;
	padding: 1px 100px;
	background: url(../images/alerta.png) no-repeat;
}
.ok {
	margin: 30px 20px;
	padding: 1px 100px;
	background: url(../images/ok.png) no-repeat;
}
.ko {
	margin: 30px 20px;
	padding: 1px 100px;
	background: url(../images/ko.png) no-repeat;
}



.aviso .title {
	font-size: 2.4em;
	color: #FEC200;
}

.post {
	padding: 12px 50px;
	background: url(../images/img04.jpg) no-repeat;
}


.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(../images/img03.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #FEC200;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 5px 0px 100px 0px;
	border-top: 3px solid #A57E00;
	background: #f5f5f5;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}







/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {border-collapse: collapse;
#border: 1px solid #000;
border: 1px dotted #bbb;
#font: normal 80%/140% arial, helvetica, sans-serif;
background: #fff;}

td, th {border: 1px dotted #bbb;
font-size: 12px;
padding: .5em;}

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

.cabecerita {
text-align: right;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: #FFDE73;}

.bocadillo {
padding: 0px 4px 0px 4px;
text-align: center;
font-size: 1.3em;;
color: #fff;
#cursor:pointer;
background: #c00;}

.hidden {
    display:none;}

/* =links
----------------------------------------------- */


/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 1px solid #000;
text-align: left;
font-size: 12px;
font-weight: bold;
color: #333;
background: transparent;}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

.odd_separador {background: #fcfcfc;
		  border-top: 1px solid #000;}


tbody tr:hover {background: #f7f7f7;}




