@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #08070c;
}
.twoColLiqLtHdr #container {
	width: 910px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColLiqLtHdr #container2 {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColLiqLtHdr #header {
	height: 162px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #dddddd;
	background-image: url(../images/tira_top.gif);
	background-repeat: repeat-x;
	clear: none;
	overflow: hidden;
} 
.twoColLiqLtHdr #header #logo {
	background-image: none;
	background-repeat: no-repeat;
	height: 121px;
	width: 277px;
	margin-left: 10px;
	float: left;
}
.twoColLiqLtHdr #header #botonera {
	height: 28px;
	width: 551px;
	float: right;
	margin-top: 129px;
}
.flashprop {
	height: 62px;
	width: 500px;
	float: right;
	z-index: 20;
	margin-top: 54px;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #666666;
	color: #FF9900;
}
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 167px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 440px;
	background-image: url(../images/tiragris.gif);
	background-repeat: repeat-y;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#contenido {
	text-align: left;

}
.titAzul1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #505f93;
	margin-bottom: 10px;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8F8F8F;
	font-size: 24px;
	line-height: 10px;
}
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #747474;
	line-height: 16px;
}
.phome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #747474;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
}




/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin: 0 20px 0 20%;
	background-color: #FFFFFF;
} 

.twoColLiqLtHdr #footer {
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #DDDDDD;
	background-image: url(../images/tira_fondo_abajo.gif);
	background-repeat: repeat-x;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#direccion {
	margin-left: 130px;
	display: inline;
	margin-top: 30px;
}
#columnaLeft {
	width: 300px;
	float: left;
	margin-top: 0px;
}
#columnaRight {
	width: 387px;
	float: right;
	margin-top: 22px;
	z-index: 1;

}
#novedades {
	background-image: url(../images/tit_novedades.gif);
	height: 240px;
	width: 161px;
	padding-top: 40px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsletter {
	background-image: url(../images/tit_newsletter.gif);
	height: 90px;
	width: 188px;
	padding-top: 50px;
	border: 1px solid #666666;
	background-repeat: no-repeat;
	float: right;
}
.menuCostado {
	background-image: url(../images/icon_carpeta.gif);
	background-repeat: no-repeat;
	background-position: right;

	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #7f7f7f;
	margin-left: 5px;
}

.espacio10px {
	margin-bottom: 10px;
}
.fotitos {
	margin: 0px;
	position: relative;
	left: auto;
	top: auto;


}
.twoColLiqLtHdr #mainContentDentro {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	/*background-image: url(../images/tira_vert_servicios.jpg);*/
	height: 430px;
}
.twoColLiqLtHdr #container #mainContentDentro #TL {
	float: left;
	width: 366px;
}
.twoColLiqLtHdr #container #mainContentDentro #TR {
	width: 520px;
	float: right;
	font-size: 12px;
	line-height: 16px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	padding-top: 16px;
	padding-left: 20px;
}
.twoColLiqLtHdr #container #mainContentDentro #BL {
	background-color: #FFFFFF;
	height: 180px;
	width: 500px;
	padding-top: 15px;
	padding-left: 26px;
	float: left;
}
.twoColLiqLtHdr #container #mainContentDentro #BR {
	background-color: #FFFFFF;
	height: 150px;
	width: 380px;
	float: right;
	padding-top: 16px;
}


.titNaranja {
	font-size: 16px;
	color: #fb9338;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	font-weight: normal;
}
.titAzul {
	font-size: 14px;
	color: #39487D;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.titGris {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #7D7D7D;
}
.titAzulCh {
	color: #455898;
	font-weight: bold;
}
.espacio15px {
	display: block;
}
.hd2k4k {
	margin-top: 34px;
	margin-left: 220px;
}
.twoColLiqLtHdr #mainContentCamara {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 550px;
}
#tablaLentes .blanco {
	background-color: #FFFFFF;
}
#tablaLentes .gris {
	background-color: #ff0000;
}
#tablaLentes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535353;
}


#tablaLentes td {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
}
#tablaLentes .txBold10px {
	font-weight: normal;
	margin-left: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 9px;
	color: #5E668E;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.imagenSinborde {
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColLiqLtHdr #mainContentRodaje {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 430px;
}
.twoColLiqLtHdr #container #mainContentAccesorios #data {
	background-color: #999999;
	width: 700px;
}

.twoColLiqLtHdr #container #mainContentRodaje #left {
	background-color: #FFFFFF;
	width: 335px;
	padding-top: 42px;
	padding-right: 35px;
	padding-left: 42px;
	float: left;
}
.twoColLiqLtHdr #container #mainContentRodaje #right {
	background-color: #FFFFFF;
	float: left;
	width: 490px;
	padding-top: 30px;
	text-align: center;
}
.twoColLiqLtHdr #mainContentAccesorios {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 980px;
}
.twoColLiqLtHdr #container #mainContentAccesorios #accesorios {
	background-color: #FFFFFF;
	width: 700px;
	padding-top: 41px;
	padding-left: 120px;
}
.twoColLiqLtHdr #container #mainContentAccesorios #accesorios2 {
	background-color: #FFFFFF;
	width: 1200px;
	padding-top: 41px;
	padding-left: 120px;
}
.twoColLiqLtHdr #container #mainContentAccesorios #accesorios2 p {
	background-color: #FFFFFF;
	width: 500px;
	margin-top: 20px;
	padding-left: 190px;
}

.twoColLiqLtHdr #container #mainContentAccesorios #accesorios p {
	background-color: #FFFFFF;
	width: 500px;
	margin-top: 20px;
	padding-left: 190px;
}
#camarasbt {
	display: block;
	width: 520px;
	height: 21px;
	float: right;
	margin-top: 10px;
}
.proximamente {
	margin-left: 388px;
}
.twoColLiqLtHdr #mainContentConstruccion {
	margin: 0px;
	height: 410px;
}
.twoColLiqLtHdr #header #botoneraFlash {
	height: 28px;
	width: 575px;
	float: right;
	margin-top: 14px;
}
.cineazul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #374b90;
}
.cinelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #747474;
}

.cinegris {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7c7c7c;
}
#trabajos a:link {
	color: #747474;
	text-decoration: none;
}
#trabajos a:visited {
	color: #747474;
	text-decoration: none;
}
#trabajos a:hover {
	color: #fb9338;
	text-decoration: none;
}
#trabajos a:active {
	color: #747474;
	text-decoration: none;
}
#trabajos a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}.botvolver {
	float: right;
	margin-right: 55px;
}
.titazulstaff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6F77A2;
}
.txtstaff {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #535353;
}
.twoColLiqLtHdr #mainContentQsomos {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 220px;
}
.twoColLiqLtHdr #sidebar1Qsomos {
	float: left;
	width: 167px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 488px;
	background-image: url(../images/tiragris.gif);
	background-repeat: repeat-y;
}
.twoColLiqLtHdr #sidebar1Staff {
	float: left;
	width: 167px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 870px;
	background-image: url(../images/tiragris.gif);
	background-repeat: repeat-y;
}
.staff {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}	
	
.staff a:link {
	color: #747474;
	text-decoration: none;
}
.staff a:visited {
	color: #747474;
	text-decoration: none;
}
.staff a:hover {
	color: #fb9338;
	text-decoration: none;
}
.staff a:active {
	color: #747474;
	text-decoration: none;
}

.rayaNaranja {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.twoColLiqLtHdr #sidebar1latin {
	float: left;
	width: 167px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 1050px;
	background-image: url(../images/tiragris.gif);
	background-repeat: repeat-y;
}
.twoColLiqLtHdr #sidebarconstuc {
	float: left;
	width: 167px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 430px;
	background-image: url(../images/tiragris.gif);
	background-repeat: repeat-y;
}
.twoColLiqLtHdr #container #mainContentDentro #BL2k {
	background-color: #FFFFFF;
	height: 180px;
	width: 610px;
	padding-top: 15px;
	padding-left: 26px;
	float: left;
}
.twoColLiqLtHdr #container #mainContentDentro #BR2k {
	background-color: #FFFFFF;
	height: 150px;
	width: 240px;
	float: left;
	padding-top: 16px;
}
.titpublicidad {
	font-size: 15px;
	color: #FF9900;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.titNaranja2 {
	font-size: 19px;
	color: #fb9338;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}
.cinegrisbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c7c7c;
}
.intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7c7c7c;
}
.twoColLiqLtHdr #container #mainContentDentro #BR4k {
	background-color: #FFFFFF;
	height: 150px;
	width: 520px;
	float: right;
	padding-top: 16px;
}
.titBlanco {
	font-size: 14px;
	color: #676767;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/*Clases menu*/
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer3110263 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:537px;
	height:30px;
	text-align:left;
}

#MMMenuContainer0422013800_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0422013800_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:49px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0422013800_0 {
/* This class defines things about menu MMMenu0422013800_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:99px;
	height:42px;
}

.MMMIFVStyleMMMenu0422013800_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0422013800_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:99px;
	height:21px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:93px;
	height:15px;
}

.MMMIVStyleMMMenu0422013800_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0422013800_0 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:99px;
	height:21px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:93px;
	height:15px;
}

#MMMenu0422013800_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0422013800_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0422013800_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0422013800_0 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenuContainer0422013800_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0422013800_0 a {
/* Controls the general apperance for menu MMMenuContainer0422013800_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#666666;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0422013800_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0422013800_0 */
	color:#ff9900;
	background-color:#333333;
}
#MMMenuContainer0422013857_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0422013857_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:397px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0422013857_1 {
/* This class defines things about menu MMMenu0422013857_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:85px;
	height:105px;
}

.MMMIFVStyleMMMenu0422013857_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0422013857_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:85px;
	height:21px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:79px;
	height:15px;
}

.MMMIVStyleMMMenu0422013857_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0422013857_1 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:85px;
	height:21px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:79px;
	height:15px;
}

#MMMenu0422013857_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0422013857_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0422013857_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0422013857_1 so we can set its position */
	left:0px;
	top:21px;
}

#MMMenu0422013857_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0422013857_1 so we can set its position */
	left:0px;
	top:42px;
}

#MMMenu0422013857_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu0422013857_1 so we can set its position */
	left:0px;
	top:63px;
}

#MMMenu0422013857_1_Item_4 {
/* Unique ID for item 4 of menu MMMenu0422013857_1 so we can set its position */
	left:0px;
	top:84px;
}

#MMMenuContainer0422013857_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0422013857_1 a {
/* Controls the general apperance for menu MMMenuContainer0422013857_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#666666;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0422013857_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0422013857_1 */
	color:#ff9900;
	background-color:#333333;
}
.titNaranja12 {
	font-size: 10px;
	color: #fb9338;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	font-weight: normal;
}
.titNaranjanov {
	font-size: 11px;
	color: #fb9338;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	font-weight: bold;
}

.masinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

a.masinfo  {
	color: #747474;
	text-decoration: none;
}
a:visited.masinfo  {
	color: #747474;
	text-decoration: none;
}
a:link.masinfo  {
	color: #747474;
	text-decoration: none;
}
a:hover.masinfo  {
	color: #FB9338;
	text-decoration: none;
}
.masinfo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}

a.masinfo2  {
	color: #747474;
	text-decoration: none;
}
a:visited.masinfo2  {
	color: #747474;
	text-decoration: none;
}
a:link.masinfo2  {
	color: #747474;
	text-decoration: none;
}
a:hover.masinfo2  {
	color: #FB9338;
	text-decoration: none;
}
.cinegrisnaranja {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fb9338;
}
.style24 {
	color: #FF9900;
	font-weight: normal;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.titazulnov {
	font-size: 11px;
	color: #565E87;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	font-weight: bold;
}
.style25 {
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.cinegrisch {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7c7c7c;
}
.cinerojo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C00;
}
.titAzul2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4B5A8B;
	margin-bottom: 10px;
}
.grispostproduccion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7c7c7c;
	text-align: justify;
}
.titNaranja2 {
	font-size: 12px;
	color: #fb9338;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	font-weight: bold;
}
