﻿
/* Arquitectura Global */

* {margin:0; padding:0}
body {background-color:#FFFFFF}
#contenido {position:absolute; top:0px; left:0px; width:100%; height:auto}
#cabecera {position:relative; width:980px; height:160px; margin:20px auto}
#cuerpo {position:relative; width:980px; height:auto; margin:0 auto}
#pie {position:relative; width:980px; height:60px; margin:0 auto}

/* Cuerpo Columnas */

#col1 {position:relative; width:280px; padding-top:20px; height:auto; float:left}
#col2 {position:relative; width:450px; padding:20px 20px 0 30px; height:auto; float:left}
#col1y2 {position:relative; width:730px; padding:20px 20px 0 30px; height:auto; float:left}
#col2y3 {position:relative; width:620px; padding:20px 0 0 30px; height:auto; float:left}
#col3 {position:relative; width:200px; padding-top:20px; height:auto; float:left}
.clear {position:relative; clear:both}

/* Elementos comunes */

img {border:none}
.divrel {position:relative; width:100%; height:auto}

/* Imagenes dentro texto */
p img {margin-left:20px}

/* Iconos */

.iconoticias {background:url(img/ico_news.gif) no-repeat left top; padding:0 0px 0 30px}
.icopdf {background:url(img/ico_pdf.gif) no-repeat left top; padding:0 0px 10px 30px}
.icocursos {background:url(img/ico_cursos.gif) no-repeat left top; padding:0 0px 10px 30px}



/* Float: */
.fright {float:right}
p .fright {margin-bottom:5px}
.fleft {float:left}

/* Aflua */
#divaflua {position:relative; margin:10px 0 0 10px; float:left}
#lnkaflua {position:relative; width:60px; margin:14px 0 0 5px; float:left}
/**/
.hide {display:none} 