/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,h8, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* --- Typography --- */

.grid p {
	line-height: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}



.grid h1 {
	line-height: 32px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	margin-top: 4px;
	margin-bottom: 10px;
}

.grid h2 {
	line-height: 32px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
}

.grid h3 {
	line-height: 32px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.grid h4 {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF6600;
	font-weight: bold;
	margin-top: 5px;
}

.grid h5 {
	line-height: 32px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}

.grid h6 {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 5px;
	font-weight: normal;
}
.grid h7 {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
	margin-top: 5px;
}
.grid h8 {
	line-height: 30px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-weight: bold;
}

/* --- Grid --- */

.grid {
	width: 776px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-style: dotted;
	border-left-color: #999999;
}

.grid-m1 {
  float: left;
  width: 22px;
  height: 1px;
}

.grid-c1 {
	float: left;
	width: 172px;
	display: inline;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
}
	/* 
	border-right: #ccc dotted 1px;	
	margin-bottom: 10px;
	padding-right: 4px;
	margin-right: 5px;
	margin-left: 5px;
	
	
	--- Grid --- */


.grid-c1-image {
	width: 174px;
	height:100px;
	padding-top: 15px;
	padding-bottom: 20px;
}




.grid-c4-image {
	width: 700px;
	height:500px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.grid-m2 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c2 {
	float: left;
	width: 360px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.grid-c2-image {
	width: 368px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.grid-m3 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c3 {
	float: left;
	width: 174px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
	margin-left: 10px;
	display: inline;
}



.grid-c3-gallery {
	width: 174px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 100px;
}

.grid-m4 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c4 {
	float: left;
	width: 700px;
	padding-left: 30px;
}
.grid-c5 {
	float: right;
	width: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.grid-c5-image {
	width: 400px;
	padding-top: 15px;
	padding-bottom: 20px;
	float: right;
}
.grid-c6 {
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	height: 550px;
}
.grid-c7 {
	width: 500px;
	float: left;
}
.grid_divider {
	width: 756px;
	height: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


.grid_divider2 {
	width: 776px;
	height: 150px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin: auto;
	background-color: #333333;
}


.grid_logo {
	width: 776px;
	margin: auto;
	height: 15px;
	background-color: #FFFFFF;
}

/* --- Nivo --- */



#slider {
	position:relative;
	min-height:220px;
	/*	-moz-box-shadow:0px 0px 10px #333; */
/*	-webkit-box-shadow:0px 0px 10px #333; */
/*	box-shadow:0px 0px 10px #333; */
	background-position: 50% 50%;
	width: 776px;
	margin: auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#content {
	width:700px;
	padding:20px;
	background:#202834;
	color:#8E9BAF;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer {
	text-align:center;
	padding:30px 0;
	color:#31333E;
	text-shadow:0px 1px 0px #6F7784;
}
#footer a {
	color:#31333E;
	border-color:#31333E;
}

.nivo-controlNav {
	position:absolute;
	left:92%;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background-image: url(images/arrowsblack2.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-40px;
}
a.nivo-prevNav {
	left:-40px;
}







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


/*coemienza menu de navegacion*/
div.menu_navegacion{
	width:776px;
	margin:auto;
	height:121px;
	border-bottom:1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: url(images/logorqv2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div.logo_links{
	width:772px;
	height:80px;
	margin:0px;
	clear:none;
	float:left;
}
div.logo{
	height:80px;
	float:left;
	clear:none;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.logo{
margin-top:5px;
width:359px;
height:60px;
}
div.slogan{
	width:100px;
	height:80px;
	margin:0px;
	float:right;
	clear:none;
	background-image: url(images/tel.jpg);
}
div.slogan_leyenda{
	margin-top:10px;
	float:right;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	margin-right: 5px;
	font-weight: bold;
	text-align: right;
	line-height: 15px;
}

div.separador_botones_navegacion{
height:8px;
/*#height:9px;*/
line-height:7px;
font-size:3px;
clear:both;
}
div.separador2_botones_navegacion{
	padding-top:5px;
	width:40px;
	border-top:1px solid #cccccc;
	display:block;
	float:left;
	clear:none;
	font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
	font-size:13px;
	color:#000;
	line-height:17px;
	text-decoration:none;
}
div.promocion{
width:103px;
margin:0px;
clear:none;
float:left;
height:136px;
text-align:center;
}
img.promocion{
margin-top:12px;
}
div.idioma{
width:137px;
margin:0px;
clear:none;
float:right;
text-align:right;
height:65px;
border-bottom:1px solid #cccccc;
}
div.secciones{
width:120px;
margin:0px;
clear:none;
float:right;
text-align:right;
height:65px;
border-bottom:1px solid #cccccc;
}
/*fine menu de navegacion*/




/* 2------------------------------------------------------------------------------------------------------------*/
/* otro enlace------------------------------------------------------------------------------------------------------------*/
a.menu_superior:active{
display:block;
font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
font-size:11px;
color:#666666;
line-height:18px;
text-decoration:none;

}
a.menu_superior:link{
display:block;
font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
font-size:11px;
color:#666666;
line-height:18px;
text-decoration:none;

}
a.menu_superior:hover{
display:block;
font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
font-size:11px;
color:#3399cc;
line-height:18px;
text-decoration:none;

}
a.menu_superior:visited{
display:block;
font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
font-size:11px;
color:#666666;
line-height:18px;
text-decoration:none;

}
a.menu_superior:visited:hover{
display:block;
font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
font-size:11px;
color:#3399cc;
line-height:18px;
text-decoration:none;

}
/* otro enlace------------------------------------------------------------------------------------------------------------*/

a.botones_navegacion:link{
	width:100px;
	padding-top:7px;
	display:block;
	float:right;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:18px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
}



a.botones_navegacion:active{
	padding-top:7px;
	width:100px;
	display:block;
	float:right;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
}

a.botones_navegacion:hover{
	padding-top:7px;
	width:100px;
	display:block;
	float:right;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
	line-height:18px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
	background-image: url(images/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}
a.botones_navegacion:visited{
	padding-top:7px;
	width:100px;
	display:block;
	float:right;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:18px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
}
a.botones_navegacion:visited:hover{
	padding-top:7px;
	width:100px;
	display:block;
	float:right;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:18px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
}


div.franja_superior{
	width:100%;
	margin:0px;
	background-color:#f79319;
	line-height:7px;
	height:7px;
	font-size:3px;
	background-repeat: no-repeat;
	background-position: 50%;
}


div.pie_2{
	width:100%;
	margin:0px;
	background-color:#FF9900;
	clear:both;
	font-family:Lucida Grande,Lucida Sans Unicode,Calibri,Arial,sans-serif;
	font-size:10px;
	line-height:15px;
	color:#FFFFFF;
	padding-top:20px;
	text-align: center;
	padding-bottom: 0px;
	bottom: 100%;
	height: 100px;
}
.grid li {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}





/* Galeria */




#jgal {
	list-style: none ;
	width: 70px;
}


#jgal li {
	opacity: .5;
	float: left
	display: block;
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	cursor: pointer;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 20px;
}


#jgal li img { 
position: relative; 
top: 100px; 
left: 100px; 
display: none; }


#jgal li.active img { 
display: block; }


#jgal li.active, #jgal li:hover { 
outline-color: #bbb; 
opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery {
	list-style: none;
	display: block;
}
#gallery li {
	float: left;
	margin: 0 5px 10px 0;
	
}
#slidersmall {
	position:relative;
	min-height:400px;
	background-position: 50% 50%;
	width: 500px;
	margin-top: 0px;
}
#slidersmall img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 500px;
}


.grid-gallery {
	float: right;
	width: 500px;
	margin-right: 20px;
}
a.botones_enlace:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0099CC;
	line-height:18px;
	text-decoration:none;
	font-weight: bold;
}



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.grid-c1services {
	float: left;
	width: 174px;
	height: 250px;
	display: inline;
	padding: 10px;
	margin-top: 40px;
}
.grid-c1process {
	float: left;
	width: 160px;
	height: 150px;
	display: inline;
	padding: 17px;
	margin-top: 20px;
	background-color: #CCCCCC;
}
.gridportfolio {
	width: 776px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 750px;
}
.grid_divider_s {
	width: 756px;
	height: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.grid-portfoliotext {
	float: left;
	width: 174px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	height: 500px;
}
.grid-photobig {
	float: left;
	width: 770px;
	padding-bottom: 10px;
	display: inline;
	padding-top: 10px;
	height: 750px;
}






/* flickr */

a.fancybox {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	}

a.fancybox img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
	/* margin:8px; */
	font-size: 0;
	line-height: 0;
	}

a.fancybox:hover img {border: 1px solid #999;}




.post-edit-link {
	position: absolute;
	top: -30px;
	right: 0px;
	}



/* flickr */
.grid a {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF6600;
}
.grid_gray {
	width: 776px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #333333;
	height: 180px;
}
.grid-c1_last {
	float: left;
	width: 172px;
	display: inline;
	padding: 10px;
}
.grid-box {
	width: 350px;
	height:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #CCCCCC;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	margin-left: 15px;
}
.grid-boxwhite {
	width: 190px;
	height:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;
}
.gridwhite {
	width: 776px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-style: dotted;
	border-left-color: #999999;
}
.grid-csmall {
	float: left;
	width: 172px;
	display: inline;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: 164px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.grid-clarge {
	float: left;
	width: 357px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: 162px;
}
.grid-clargesin {
	float: left;
	width: 355px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.grid-cbig {
	float: left;
	width: 650px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.grid-clargesinlast {
	float: left;
	width: 355px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
}
.gridresume {
	width: 776px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-style: dotted;
	border-left-color: #999999;
}



.cform {
	width:360px;
	vertical-align:top;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #DEDBDB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FF6600;
	border-left-color: #CCCCCC;
}

.lform {
	color:#000;
	width:360px;
	vertical-align:top;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #DEDBDB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FF6600;
	border-left-color: #CCCCCC;
}
.grid-fotos {
	width: 368px;
	padding-top: 5px;
	padding-bottom: 20px;
}
a.botones_lan:link {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cas.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a.botones_las:link {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cat.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a.botones_lan:hover {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cas.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a.botones_las:hover {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cat.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a.botones_lan:active {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cas.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a.botones_las:active {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cat.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a.botones_lan:visited {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cas.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a.botones_las:visited {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cat.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a.botones_lan:visited:hover {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cas.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a.botones_las:visited:hover {
	width:85px;
	display:block;
	float:right;
	clear:none;
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	background-image: url(images/cat.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.grid h9 {
	line-height: 32px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
}
.grid_graysmall {
	width: 776px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #333333;
	height: 70px;
}
.grid-conly {
	float: left;
	width: 650px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
}
.grid-c8 {
	float: left;
	width: 357px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 5px;
}
.grid-cmed {
	float: left;
	width: 357px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: 54px;
}
.grid-fotoright {
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
