/*maqueta*/
body {
        background-color: #CDCDCD;
        margin:0 auto;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../img_maqueta/fondo.gif);
}

#contenedor_contenido {
        width: 180px;
        float: left;
        background-repeat: repeat-y;
        position: relative;
        background-image: url(../img_maqueta/fondo_contenido.gif);
        margin-top: 10px;
}
#contenedor_contenido .box_izquierdo {
        width: 200px;
        float: left;
        background-color: #FFFFFF;
}
#contenedor_contenido .box_medio {
        float: left;
		color: #000000
        width: 530px;
        margin-right: 15px;
        margin-left: 15px;
        background-color: ##CDCDCD;
}


#contenedor_contenido .box_derecho {
        float: right;
        width: 200px;
        background-color: #FFFFFF;
}
#cabezal {
        width: 960px;
        height: 80px;
        background-repeat: no-repeat;
        overflow: hidden;
        height:   1%;
}
#cabezal .icons {
        width: 250px;
        height: 80px;
        margin-right: 12px;
        float: right;
        position: absolute;
        left: 709px;
        top: 10px;
}
#menu {
        margin-top: 10px;
        background-color: #9F9F9F;
        width: 960px;
        float: left;
        background-image: url(../img_maqueta/gradient_navy.jpg);
        background-repeat: repeat-x;
        background-position: top;
}
#header_2 {
	height: 1px;
	width: 960px;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
}
#contenedor #header_2 .detras {
        float: left;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-left: 10px;
}

#contenedor {
        width: 960px;
        padding:10px;
        background-color: #FFFFFF;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        position: relative;
        border-right-width: 10px;
        border-left-width: 10px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #666666;
        border-left-color: #666666;
}

#mini_box {
        width: 960px;
        height: 200px;
        margin-top: 10px;
        float: left;
}
.clear {
        clear: both;
}
#mini_box .box {
        height: 200px;
        width: 190px;
        float: left;
        display: block;
        margin-right: 2px;
        background-color: #666666;
}
.sub_contenido {
        width: 315px;
        float: left;
        margin-bottom: 5px;
}

.sub_contenido_mayor {
        width: 315px;
        float: left;
        margin-right: 10px;
}
#pie {
        width: 1000px;
        height: 15px;
        background-color: #666666;
        position: relative;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
}
h6 {
        margin-left: 10px;
        display: block;
        padding: 4px;
        color: #333333;
}
.sub_contenido h6 {
        margin-left: 10px;
        display: block;
        padding: 4px;
        background-color: #999999;
        color: #333333;
}
.sub_contenido .mas {
        margin-left: 150px;
        display: block;
        background-color: #999999;
        color: #333333;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 15px;
}
/*fin maqueta*/

/*menu principal*/
#menu .navy {
        text-align: center;
        list-style-type:none;
        width: 960px;
        display: block;
        margin: 0px;
        padding: 0;
}
.navy li {
        float: left;
        width: 120px;
        padding-bottom: 5px;
        padding-top: 10px;
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        }
.navy a {
        color: #FFFFFF;
        text-decoration: none;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #DBAED8;
        display: block;
        font-size: 12px;
        padding-bottom: 5px;
}
.navy a:hover {
        border-bottom-color: #CCCCCC;
}
#contenedor .titulo_2 {
        padding-left: 40px;
        color: #FFFFFF;
        height: 28px;
        background-repeat: no-repeat;
        margin:0;
        padding-top: 7px;
}
#contenedor_contenido img {
        margin-bottom: 8px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}

#contenedor_contenido .box_medio a {
        background-color: #CCCCCC;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #333333;
        padding-right: 5px;
        padding-left: 15px;
        text-decoration: none;
        float: right;
        clear: both;
        margin-top: 5px;
        border-right-width: 4px;
        border-right-style: solid;
        border-right-color: #99CC00;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        display: block;
}

#contenedor_contenido .box_medio a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color:#666666;
        color: #000000;
        text-decoration: none;
        border-right-width: 4px;
        border-right-style: solid;
        border-right-color: #84B100;
}
#contenedor #header_2 .eventos {
        float: left;
        height: 250px;
        width: 265px;
        margin-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        background-color: #999999;
        border-right-width: 5px;
        border-right-style: solid;
        border-right-color: #1c1c1c;
}
#contenedor #header_2 .movie {
	height: 240px;
	width: 678px;
	float: left;
	background-image: url(../img_maqueta/fotos.jpg);
}

/* MENU LADO IZQUIERDO*/
#menu1 {
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	width: 200px;
}

#menu1 .ham {
        text-align: left;
        list-style-type:none;
        width: 200px;
        display: block;
        margin: 0px;
        padding: 0;
}
.ham li {
	float: left;
	width: 160px;
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
        }
.ham a {
        color: #000000;
        text-decoration: none;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #DBAED8;
        display: block;
        font-size: 12px;
        padding-bottom: 5px;
}
.ham a:hover {
        border-bottom-color: #CCCCCC;
}
