body {
	background-color: #e6e6e6;
	background-image:url(/graph/05/fondo_pag.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oculto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	color: #FF640B;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
.subtitulo {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.tabla_lista {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-color: #990000;
	border-style: solid;
}
.formularios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tabla_bordeblanco {
	border: 1px;
	border-style: solid;
	border-color: #990000;
}
.galerias {
	border: 8px solid #FFFFFF;
}
.galerias_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCFF;
}
.galerias_red_img {
	border: 8px solid #6F0000;
}
.galerias_red_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF5959;
}

.shadow
{
	border:none;
	-moz-box-shadow:2px 2px 10px #000000;  /*  sombra x y difuminado Safari  */
		-webkit-box-shadow:2px 2px 10px #000000;  /*  sombra x y difuminado Safari  */
	  -webkit-border-radius: 10px;  /*  bordes Safari  */
 	 -moz-border-radius: 10px;     /*  bordes Firefox */
	 -goog-ms-border-radius: 10px;
	 border-radius: 10px;
}
.box {
	border: 1px solid #000000;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	background-color: #810101;
	background:-moz-radial-gradient(51% 13% 314deg, #810101, #000000 71%);
	background:-webkit-gradient(radial, 165 0, 0, 220 -257, 465, from(#810101), to(#000000));
	height: 140px;
	width: 120px;
	display:table-cell;
vertical-align:middle;
text-align:center;
}

.boton {
	color: #ffffff;
	height:18px;
	border: 1px solid #000000;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-goog-ms-border-radius: 8px;
	border-radius:8px;
	margin: 8px;
	background-color: #810101;
	background:-webkit-gradient(
    linear,
    50% top,
    50% bottom,
    color-stop(0.18, rgb(148,8,8)),
    color-stop(0.9, rgb(43,3,3))
										);
	background:-moz-linear-gradient(
    center top,
    rgb(148,8,8) 18%,
    rgb(43,3,3) 90%
);
	float: left;
	font-size: 14px;	
}
.botonDesactivado {
	color: #333333;
	height:18px;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-goog-ms-border-radius: 8px;
	border-radius:8px;
	margin: 8px;
	background-color: #170000;
	float: left;
	font-size: 14px;
}

.peq {
	font-size: 9px;

	color: #CCCCCC;
	line-height: 130%;
}
#seccion{
	position:relative;
	margin:0 auto 0 auto;
	background-image: url(../graph/04/caja_fondo_faldon.jpg);
	background-repeat: no-repeat;
	width:750px;
	height:90px;
	text-align: center;
}
#seccion h3{
	position:absolute;
	width:500px;
	height:15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	top: 5px;
}
#seccion p{
	width:500px;
	height:50px;
	position:absolute;
	top:25px;
	color: #FFFFFF;
	font-size: 12px;
}
#caja{
	position:relative;
	margin:0 auto 0 auto;
	background-image: url(../graph/04/caja_fondo.jpg);
	background-repeat: no-repeat;
	width:175px;
	height:160px;
}
#caja p{
	width:150px;
	height:80px;
	position:absolute;
	top:70px;
	color: #FFFFFF;
	left: 15px;
	font-weight: bold;
	font-size: 14px;
}
#caja img{
	position:absolute;
	top:10px;
	left: 20px;
	}
#cajaVideo{
	position:relative;
	margin:0 auto 0 auto;
	background-image: url(../graph/04/caja_fondo_video.jpg);
	background-repeat: no-repeat;
	width:225px;
	height:255px;
}
#cajaVideo p{
	width:200px;
	height:80px;
	position:absolute;
	top:165px;
	color: #FFFFFF;
	left: 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#cajaVideo img{
	left: 13px;
	position: relative;
	top: 7px;
	}

