/*
 *	##### ESTILOS GENERALES #####
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    vertical-align: baseline
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background: #8c8c8c;
    color: #ffffff;
    width: 100%;
}

input {
    font-family: Arial, Helvetica, sans-serif;

}:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    border: none;
	color: #909090;
}

a:hover {
    border: none;
}

em {
    font-style: italic;
}

div.clear, hr, span.clear {
    clear: both;
    display: block;
}

/* PRINCIPAL */

#principal{
	width: 855px;
	margin: 0 auto;
	background: #e7e7e7;
	color: #909090;
}

/* CABECERA */

#cabecera{
	overflow: hidden;
	padding: 46px 23px 0;
}

h1{
	width: 188px;
	height: 15px;
	background: url(img/h1.gif) top left no-repeat;
	text-indent: -9999px;
	float: left;
}

#cabecera p.rel{
	float: right;
}


/* imagen de cabecera */

p.imagen_cab{
	margin-bottom: 48px;
}

/* proyectos */

div.proyecto{
	padding: 19px 23px;
	font-size: 1.2em;
	overflow: hidden;
	background: #ffffff;
}

div.proyecto .modulo_izquierda{
	float: left;
}

div.proyecto h2, div.proyecto p.productora{
	font-weight: bold;
}

div.proyecto .imagen{
	margin: 0 -23px;
}

div.proyecto .modulo_derecha{
	float: right;
}

div.proyecto .modulo_derecha a{
	font-weight: bold;
}

/* pie */

#pie{
	color: #646464;
	border-top: 4px solid #8c8c8c;
	font-size: 1.2em;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 4px;
}

#pie a{
	color: #646464;
}
