body {
        margin: 0px;
        background-color: #000000;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a:active {
        color: black;
}

#descripcion {
	/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
	font-size: 15px;
	font-weight: normal;
	color: #EEEEEE; /* #999; */
	/* font-size: 14pt; */

	background-color: transparent;
	width: 800px;
	/*height:30px;*/
	margin-top: 5px;
        margin-bottom: 10px;
	float: left;
	text-align: center;
	/* line-height: 20px; */
}

#contenido {
        /* left: ; */
        width: 900px;
}

#menu {
        width: 80px;
        float: left;
}

#contacto {
        margin-top: 40px;
        margin-left: 24px;
}

#logo {
        top: 35px;
        margin-left: 33px;
        position: relative;
}

#portafolio {
        width: 800px;
        float: right;
}

#info {
        font-size: 12px;
        color: #FFFFFF;
        background: #000000;
        width: 800px;
        height: 585px;
        /* border: solid black 1px; */
        /* opacity: 0.7; */
        /* No usar PADDING aquí porque cambian las dimensiones WIDTH y HEIGHT */
}

#info_contenido {
        margin-top: 10px;
        /*padding: 10px;*/
        /*position: relative;
        width: 780px;
        height: 380px; */
        /* opacity: 1; */
}

#info_forma {
        float: left;
        margin-left: 30px;
        width: 330px;
}

#info_camara {
        width: 400px;
        float: right;
}

#alerta {        
        color: #FFFFFF;
        background: url(bg_negro.png) repeat;
        width: 300px;
        /* height: 180px; */
}

#alerta_txt {
        font-size: 12px;
        background: #000000;
        border: solid #999999 1px;
        margin: 10px;
        padding: 10px;
        /* height: 138px; */
}

/*#enviado {  NO USADO
        font-size: 12px;
        background: #666666;
        color: #FFFFFF;        
        padding: 30px;
        width: 280px;  * 10 pixeles más de lo inicialmente pensado *
        height: 455px;
        opacity: 0.7;*/
        
        /* margin-left: 30px; */
        /* border: solid #999999 1px; */
/*}*/

input.texto,
textarea.texto {
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 12px;
        color: #444444;
        border: 1px solid;
}

input.boton {
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        color: #FFFFFF;
        border: 1px solid;
        border-color: #CCCCCC #333333 #333333 #CCCCCC;
        background-color: #666666;
        cursor: pointer;
}

.asterisco {
        color: #FF0000;
}

.gris {
        color: #AAAAAA;
}