/* Start of CMSMS style sheet 'Quartz_CSS' */
body { 
	background:url(uploads/back.gif) repeat-x top #EEEEEE;
/*	background:url(uploads/theme/quartz/pics/bg.gif) repeat-y center #FFFFFF;*/
	margin:auto;
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	color:#333333;
}

h1 {
	font-size:15px;
	color:#6C0008;
	padding:5px;
	margin:3px;
	font-weight:normal;
}

h2 {
	font-size:13px;
	color:#666666;
	margin:0px;
	padding:3px;
}

h3 {
	font-size:14px;
	color:#666666;
	margin:0px;
	padding:3px;
}

h4 {
	font-size:12px;
	color: #CE6700;
	margin:0px;
	padding:3px;
	font-weight:normal;
}

img {
	border: 0;
}

.clear {
	clear:both;
	overflow:hidden;
	height:4px;
}

#main_content {
	width:930px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}

#top_banner {
	width:930px;
	height: 80px;
	background: url(uploads/theme/quartz/pics/banner1.jpg) no-repeat top;

}

#top_banner .logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#top_banner #info {
	background: url(uploads/theme/quartz/pics/telefono.png) no-repeat left bottom;
	float: right;
	height: 25px;
	/* width: 25em;  280px; */
}
#top_banner #info .telefono {
	margin: 5px 10px 0 30px; /* quitar 10px despues de poner las lang */
	font-weight:bold;
	font-size:15px;
}
#top_banner #info .flags {
	margin-left: 30px;
	margin-right: 10px;
/*	background: white;*/
/*	float: right;*/

}
/*------top nav menu---------*/
#nav {

	width:930px;
	height: 46px;
	margin-top: -9px;
}


/* -----------------------------   NAV 1 --------------------------------------  */



#nav .tabs {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(uploads/theme/quartz/pics/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

#nav .tabs li{
	float:left;
}

#nav .tabs li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

#nav .tabs li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

#nav .tabs li.current a, #nav .tabs li a:hover{
	color: #fff;
	background: url(uploads/theme/quartz/pics/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

#nav .tabs li.current a b, #nav .tabs li a:hover b{
	color: #fff;
	background: url(uploads/theme/quartz/pics/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}





/* -----------------------------   NAV 2 --------------------------------------  */


#nav2 {
	margin:10px;
	width:230px;
}

#nav2 ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#nav2 li a {
	height:24px;
	text-decoration:none;
	voice-family:inherit;
}

#nav2 li a:link, #nav2 li a:visited {
	background:transparent url(uploads/theme/quartz/pics/menu14.gif) ;
	color:#333333;
	display:block;
	padding:8px 0pt 0pt 10px;
}

#nav2 li a:hover {
	background:transparent url(uploads/theme/quartz/pics/menu14.gif) repeat scroll 0pt -32px;
	color:#FFFFFF;
	padding:8px 0pt 0pt 10px;
}

#nav2 li.current a{
	background:transparent url(uploads/theme/quartz/pics/menu14.gif) repeat scroll 0pt -32px;
}





/*--------  center banner -------------*/


#center_banner {
	width:910px;
	height:auto;
	padding:10px 10px 0 10px;
}


#page_content {
	width:930px;
	height:auto;
	background-color:#FFFFFF;
	background:url(uploads/theme/quartz/pics/o-bg.png) no-repeat bottom right;
}



/*----------------------------left section----------------------*/

#left_section {
	width:280px;
	float:left;
	padding:0 0 10px 15px;
}

.left_box_border {
	width:250px;
	height:auto;
	border:1px #CCCCCC solid;
	padding:2px;
	margin-top:15px;
}

.left_box {
	width:250px;
	height:auto;
/*	background:url(uploads/theme/quartz/pics/box.jpg) no-repeat top;*/
	padding-top:10px;
}

#login {
	padding:10px;
}
#login .loginlabel{
	float:left;
}


.input {
	width:120px;
	height:12px;
	font-size:10px;
        float:right;
}

.submit {
	{*float:right;*}
	margin-right:30px;
	margin-top:5px;
}

img.pic {
	float:left;
	padding:10px;
}

.title {
	font-size:14px;
	font-weight:bold;
	color:#7B0E10;
	margin-top:1em;
}

.title a{
	text-decoration:none;
	font-weight:bold;
	color:#7B0E10;
}

.content{
	padding:5px;
	text-align:justify;
}

/*-----------------------------right section-------------------------*/

#right_section{
	width:620px !important;
	width:611px; /* ie6 hack */
	height:auto;
	float:left;
	padding-right:15px;

}

#right_section p{ /* todo parrafo justificado */
	text-align: justify;
}


.right_box{
	margin:10px 0 10px 0;
}

img.pic_border{
	float:left;
	padding:2px;
	margin-right:15px;
	border:1px solid #CCCCCC;
}

.title_small{
	font-size:12px;
	font-weight:bold;
	color: #000000;
}

.right_box_left{
	width:292px;
	float:left;
	margin:10px 1px 10px 10px;
	border-right:3px #B3B5B8 solid;
}
.right_box_right{
	width:292px;
	float:right;
	margin:10px 1px 10px 1px;
	border-left:1px #B3B5B8 solid;
	padding-left:12px;
}

#right_box_1{
	width:230px;
	height:240px;
	float:left;
	margin:10px 1px 10px 10px;
	border-right:3px #B3B5B8 solid;
}

#right_box_2{
	width:360px !important; 
	width:347px;  /* ie6 hack */
	height: auto;/* 280px; */
	float:left;
	margin:10px 1px 10px 1px;
	padding-left:12px;
	border-left:1px  #CCCCCC solid;
}

.news_box{
	padding:10px 0 0 0;
	clear:both;
	text-align:justify;
}

.news_title {
	margin-bottom: 10px;
	color: green;
}

.news_box img{
	float:left;
	padding:0px 10px 10px 10px;
}

.news_submenu{
	clear:both;
	float:left;
	padding-top:5px;
	margin-left:10px;
	border-bottom:1px #CCCCCC solid;
}

.news_link{
	float:left;
	padding-right:30px;
}

.news_link a{
	text-decoration:none;
	color:#990000;
}

.news_link a:hover{
	text-decoration:none;
	color:#000;
}

/*---------services---------*/

ul.services {
	list-style-type:none;
	float:left;
	display:block;
	width:auto;
	height:20px; 
	margin:0px;
	padding:10px 0 0 2px;
}

ul.services li {
	display:inline;
}

a.nav_services:link, a.nav_services:visited {
	display:block;
	padding:1px 0 0 14px;
	margin:2px;
	width: auto;
	height: auto;
	text-align:left;
	line-height:17px;
	text-decoration:none;
	background:url(uploads/theme/quartz/pics/bullet.png) no-repeat left;
	color:#000;
}

a.nav_services:hover {
	display:block;
	padding:1px 0 0 14px;
	margin:2px;
	width:auto;
	height:auto;
	text-align:left;
	line-height:17px;
	text-decoration:none;
	background:url(uploads/theme/quartz/pics/bullet_a.png) no-repeat left;
	color:#000000;
}


/*----------------------------    FORMS   -----------------------------*/


#right_section form{
display:block;
margin:0pt auto;
width:500px;
}

#right_section form label {
display:block;
float:left;
margin-right:10px;
padding:0pt 0pt 5px;
text-align:right;
width:140px;
}
div.required input, div.required textarea, div.required select {
background-color:#FAFFD0;
}
#right_section input, textarea {
border:1px solid #B74E08;
}
#right_section form input, div#main form textarea {
}
#right_section div.required input, div.required textarea, div.required select {
background-color:transparent;
}

#right_section form div.captcha {
margin-left:150px;
}
#right_section form input.submit {
margin:0pt;
width:auto;
}

form div.submit {
text-align:center;
clear:left;
display:block;
margin:5px auto;
width:450px;
}

/*----------------------------Content Table-----------------------------*/
table.cont {
border: 1pxsolid  black;
	width: 100%;
	height: auto;
	vertical-align: top;
}
table.cont a{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

table.cont a:hover{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#800;
}

table.cont tbody {
vertical-align: top;
margin: 10px;
}

table.cont td{
	padding: 10px;
	width: 50%;
}

table.cont td img{
	height: 82px;
	margin: 5px;
	float: left;
}

/*----------------------------Partners Table-----------------------------*/
table.part {
	border: 1pxsolid  black;
	width: 100%;
	height: auto;
	vertical-align: top;
}
table.part a{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

table.part a:hover{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#800;
}

table.part tbody {
vertical-align: top;
margin: 10px;
}

table.part td{
	padding: 10px;
	width: 33%;
}

table.part td img{

	margin: 5px;
	float: left;
}

/*----------------------------footer-----------------------------*/

#footer{
	width:930px;
	height:90px; /* was 60px */
	background:url(uploads/theme/quartz/pics/footer.png) repeat-x top left;
/*	background-color:#D7D8D2; */
padding-top:18px
}



#footer .footer_menu {

	margin: auto;
	text-align: center;
	width: 28em;
	height: 40px;
}

#footer .footer_menu ul  {
/*border-bottom: 1px solid white;*/
	list-style-type:none;
	display:block;
	width:auto;
	height: auto;
	margin:0px;
	padding:3px 0 0 0;
}

#footer .footer_menu ul li {
	display:inline;
}

#footer .footer_menu a:link, #footer .footer_menu a:visited {
	padding:4px 0 0 5px;
	margin:2px;
	width: auto;
	height:20px;
	text-align:center;
	line-height:16px;
	text-decoration:none;
	color: #fff;
}

#footer .footer_menu a:hover {
	padding:4px 0 0 5px;
	margin:2px;
	width:auto;
	height:20px;
	text-align:center;
	line-height:16px;
	text-decoration:none;
	color:#000000;
}
.center {
text-align: center;
margin: 3px;
}


/* End of 'Quartz_CSS' */

