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

body a {
	text-decoration:none;
	color:#666;}

#container {
	width:900px;
	margin:0 auto;}
#cabecera {
	text-align:center;}
#cabecera h2{
	font-size:23px;
	text-align: center;}
#cabecera h3 a{
	text-align:left;
	font-size:24px;
	margin-left:10px;
	color:#990000;}
#buscador {
	margin-left: 15px;
	width:360px;
	text-align:center;}

#flash {
	width:850px;
	margin:0 auto;
	margin-bottom:10px;}
	
/*LLAMAR*/
#llamar {
	float:left;
	border:#003399 1px solid;
	margin-left:25px;
	margin-bottom:20px;
	margin-top: 25px;}
#llamar img{
	float:left;
	text-decoration:none;
	border:none;}
#llamar p{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;}
#llamar2 {
	float:left;
	width:200px;
	margin-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:10px;}
#llamar2 p{
	text-align:center;
	font-size:12px;
	color:#000000;}
#llamar2 a{
	color:#0033CC;
	text-align:center;
	font-size:12px;
	text-decoration:none;}

#llamar a p {
	font-size:12px;
	text-align:center;
	color:#990000;
	text-decoration:underline;}

/*LLAMAR*/

#contenido {
	width: 450px;
	float:left;
	text-align:justify;}
#contenido h2 {
	text-decoration:underline;}
#menu {
	width:380px;
	float:left;
	margin-left:20px;}
#productos {
	margin-top:20px;
	margin-left:45px;}
.producto {
	float:left;
	width:276px;
	height:260px;
	border:#3e5642 1px solid;
	background-color:#FFFFFF;
	text-align:center;}
.producto2 {
	float:left;
	width:180px;
	height:220px;
	border:#3e5642 1px solid;
	background-color:#FFFFFF;
	text-align:center;}
.producto3 {
	float:left;
	width:276px;
	height:50px;
	border:#3e5642 1px solid;
	background-color:#FFFFFF;
	text-align:center;}
.producto a, .producto2 a {
	padding:10px;
	text-decoration:none;
	color:#000;
	margin:0 auto;}
.producto, .producto3 {
	margin:6px 0 0 7px;}
.producto2 {
	margin:6px 0 6px 27px;}
.producto, .producto2 {
	font-weight:bold;}
.producto img {
	width:230px;
	max-height:190px;
	margin-top:8px;
	border:none;}
.producto2 img {
	width:170px;
	max-height:190px;
	margin-top:8px;
	border:none;}
#footer {
	float:left;
	width:1000px;
	margin-left:50px;
	margin-top: 40px;}
#footer h6{
	text-align:center;
	font-size:14px;}

#formulari {
	float:left;
	width: 180px;
	border: #000000 1px dashed;
	background-color: #CCCCCC;
	text-align:center;
	margin-left:10px;
	margin-bottom:20px;}

/*FORMULARIO*/

#form {
	float:left;
	width: 400px;
	margin-left: 60px;
	margin-top: 10px;
	background-color:#E9E9E9;}

.form_table{
	width: 400px;
	margin-left:-100;
	margin-right: 0;
	border: 2px solid #CCCCCC;
	background: #EEEEEE;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}

.form_table a{
	color: #FF6600;
}

.outside a{
	color: #FF6600;
}

.form_table a:visited{
	color: #FF6600;
}

.outside a:visited{
	color: #FF6600;
}

.form_shadow_top{
	display: none;
}

.form_shadow_bottom{
	display: none;
}

.segment_header{
	margin: 1px;
	padding: 22px 0 18px 0;
	color: #000000;
	background: url(/images/forms/gradients/yellow_tall.png);
	width: auto;
	background-repeat: repeat;
}

.q{
	padding: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	display: block;
}

.q .question{
	font-weight: bold;
}

.q .left_question_first{
	width: 15em;
}

.required .icon{
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 14px;
}

.q .text_field{
	border: 1px solid #999999;
	color: #000000;
	margin: 1px 0;
	padding: 2px 1px;
	background: #FFFFFF url(/images/forms/field_bg.png) top left;
}

.q .file_upload{
	background: #F4F4F4;
	border: 1px solid #999999;
	color: #000000;
	margin-top: 1px;
}

.q .file_upload_button{
	margin-top: 2px;
	border-color: #999999;
	clear: left;
}

.q .file_upload_button:hover{
	border-color: #444444;
}

.q .inline_grid td{
	padding: 5px;
	vertical-align: baseline;
}

.q .drop_down{
	background: #F4F4F4;
	border: 1px solid #999999;
	color: #000000;
	margin: 1px 0;
	padding: 1px;
}

.q .matrix th{
	color: #000000;
	background: url(/images/forms/gradients/yellow_short.png);
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.q .matrix td{
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.q .matrix td.question{
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
}

.q .matrix .multi_scale_sub th{
	font-weight: normal;
	border-top: 1px solid #CCCCCC !important;
	background: #FFCC00;
}

.q .matrix .multi_scale_break{
	border-right: 1px solid #CCCCCC;
}

.q .matrix_row_dark td{
	color: #000000;
	background: #FFF6D2;
}

.q .matrix_row_dark td.question{
	color: #000000;
	background: #FFE681;
}

.q .matrix_row_light td{
	color: #000000;
	background: #FFFFFF;
}

.q .matrix_row_light td.question{
	color: #000000;
	background: #FFF6D2;
}

.q .rating_ranking td{
	padding: 5px;
}

.q .scroller{
	border: 1px solid #CCCCCC;
}

.highlight{
	background: #FFEE00;
}

tr.highlight td{
	background: #FFEE00 !important;
}

.outside{
	color: #000000;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

.outside_container{
	width: 400px;
	padding: 1em 0;
	margin-left: 0;
	margin-right: auto;
	text-align: center;
	color: #000000;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

.outside_container .submit_button{
	color: #000000;
	background: url(/images/forms/gradients/white_short.png);
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.outside_container .submit_button:hover{
	border-color: #444444;
}

.outside_container .progress_bar{
	background: url(/images/forms/gradients/yellow_tall.png);
	margin: 0;
}
