@charset "utf-8";
/* CSS Document */

ul.tabs{
	margin-top:10px;
	margin-left:7px;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	color: #fff;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size:12px;
	text-align:left;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-weight:bold;
	background:#333 url(../images/bgDegradado.gif)  repeat-x;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
	background:#333 url(../images/bgDegradadoSeleccionado.gif)  repeat-x;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background:#333 url(../images/bgDegradadoSeleccionado.gif)  repeat-x;
	border-bottom: 1px solid #999;
}
.tab_container {
	border: 0px solid #999;
	border-top: none;
	clear: both;  
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size:12px;
	text-align:justify;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	color:#000;
	clear:both;
}

.tab_content p{
	margin-top:5px;
	margin-bottom:5px;
}
.tab_content a{
	color: #F00;
}
.tab_content input{
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-size:10px;
	border: 1px solid #999;
	margin-left:15px;
	clear:both;
	margin-bottom:7px;
	width:350px;
}

.tab_content textarea{
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-size:10px;
	border: 1px solid #999;
	margin-left:15px;
	clear:both;
	margin-bottom:7px;
	width:520px;
}
.tab_content .titulo_text {
	font-size:12px;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-weight:bold;
	clear:both;
}
.tab_content .titulo_text_opinion {
	font-size:11px;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-weight:bold;
	clear:both;
	margin-top:7px;
}

.tab_content .fecha_text{
	font-size:11px;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#000;
	clear:both;
	margin-left:5px;
}
.tab_content .opinion_text{
	font-size:11px;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:2px;
	color:#000;
	clear:both;
	margin-left:10px;
}

.tab_content .fecha{
	font-size:10px;
	font-weight:bold;
	color: #1a472b;
	clear:both;
}
.tab_content .texto{
	font-size:11px;
	font-family: courier new, Myriad, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #666;
}
.tab_content .bloque_fecha{
	margin-top:5px;
	margin-bottom:-2px;
}
.tab_content .boton_enviar_opinion{
	font-size:10: courier new, Myriad, Helvetica, Arial, sans-serif;  
	margin-left:220px;
	margin-top:10px;
	height:17px;
	font-weight:bold;
	width: 150px;
}
.tab_content .boton_enviar_opinion a.button {	
	display: block;	
	width: 140px;	
	padding: 0px 35px 1px 11px;	/*0,0,este me lo corta por abajo,marginleft*/
	color:#666666;	
	text-decoration: none;	
	background:url(imagenes/botones/button.jpg) no-repeat 0px 0px;	
}
.tab_content .boton_enviar_opinion a.button:hover {	
	color:#333333;	
	background:url(imagenes/botones/button.jpg) no-repeat 0px -18px;	
}		

.tab_content #tablon_opiniones{
	height:150px;
	width:520px;
	margin-top:3px;
	margin-bottom:9px;
	overflow:auto;
	border: 1px solid #999;
	margin-left:15px;
}

.tab_content a:hover{
	color: #030;
}
