/* CSS Document */
body,td,th {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #0E0E0E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#seccion_submenu {
	position:relative;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 32px;
}

.submenu {
	position:absolute;
	top: 10;
	left: 0;
	font-size:11px;
	/*font-weight:bold;*/
	text-align:center;
	color: #FFFFFF;
	display: block;
	line-height: 32px;
}

.submenu a,
.submenu a:link,
.submenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:visited:hover,
.submenu a:hover {
	/* background-color: #8e9ba2; CUADRO DETRAS DE SUBMENU */
	color: #CC0000;
	text-decoration: none;
}

.submenu_item {
	height: 26px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 24px;
}

.contenido_blanco {
	font-size: 13px;
	line-height: 18px;
	/*letter-spacing: -0.04em;*/
	/*word-spacing: 0.1em;*/
	font-weight:bold;
}
.contenido_gris_compr {
	font-size: 12px;
	color:#BBBDBF;
	font-weight:bold;
	line-height: 14px;
}

.contenido_gris_compr a,
.contenido_gris_compr a:hover,
.contenido_gris_compr a:visited{
	font-size: 12px;
	color:#BBBDBF;
	text-decoration:none;
}

.dc2_nombre {
	font-size:19px;
	font-weight:bold;
}

input {
    /*border:1px solid #85888B;*/
    display:block;
/*    background-color:#BBBDBF;*/
    color:#85888B;
    padding-left:3px;
    padding-right:3px;
    font-family:verdana, arial, sans-serif;
    font-size:11px;
    }

textarea {
    /*border:1px solid #85888B;*/
    display:block;
    /*background-color:#BBBDBF;*/
    color:#5B5E60;
    padding-left:3px;
    padding-right:3px;
    font-family:verdana, arial, sans-serif;
    font-size:11px;
    }

form {
    margin:1em 0;
    }

input, textarea
{
	 /*border:solid;*/
	 border-width:1px;
    background-color: #EFEFEF;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(170, 179, 179);
    border-bottom-color: rgb(213, 221, 221);
    border-left-color: rgb(170, 179, 179);
}

input:focus, textarea:focus
{
    background-color: #FFFFFF;
    border-top-color: #A3423C;
    border-right-color: #BF5651;
    border-bottom-color: #CE7D79;
    border-left-color: #BF5651;
}	 

.forma_error
{
	 border:solid;
	 border-width:2px;
    background-color: #FFD9D9;
    border-top-color: #A3423C;
    border-right-color: #BF5651;
    border-bottom-color: #CE7D79;
    border-left-color: #BF5651;
}	

.error {
	width:240px;
	text-align:center;
	color:#CC0000;
	border:1px #CC0000 solid;
	background-color:#FFD9D9;
	padding:3px;
}

.contacto {
	width:300px;
	text-align:right;
}

#footer {
	text-align:center;
	font-size:10px;
	padding: 8px;
}

.titulo_blanco {
	font-size:22px;
}

.contenido_blanco_normal {
	font-size: 13px;
	line-height: 16px;
	/*letter-spacing: -0.04em;*/
	word-spacing: 0.3em;
/*	font-weight:bold;*/
}

.caption_portafolio {
	color:#272525;
	font-size:13px;
	font-weight:bold;
}

.regresar_portafolio {
	height:20px;
	color:#669999;
	font-size:12px;
	font-weight:bold;
}

.regresar_portafolio a,
.regresar_portafolio a:hover,
.regresar_portafolio a:visited {
	color:#669999;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}
