/*  
Theme Name: Uniprom Website
Theme URI: http://www.uniprom.info/
Description: Plantilla del aspecto general
Version: 1.0
Author: Albano Cruz
Author URI: http://www.albanocruz.com/
*/

body {
	font-size: 12px; 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #fff url('img/fondo.jpg') repeat top center; /* color de fondo e imagenes */
	color: #000; /* color del texto */
	text-align: center;
	margin: 0;
	}

h1 {
	/* definir typo */
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-size: 12px;
	border: 0px solid red;
	/* height: 18px; */
	/* background: url('images/subray1.jpg') no-repeat bottom left; */
	padding: 0px;
	margin: 12px 0 4px 0;
	}

h3 {
	/* definir typo */
	}

h4 {
	/* definir typo */
	text-align: center;
	margin: 0 0 25px;
	}

a:link { color:#511411; text-decoration:none; font-weight:bold;}
a:visited { color:#511411; text-decoration:none; font-weight:bold;}
a:focus { color: maroon; text-decoration:underline; font-weight:bold;}
a:hover { color: maroon; text-decoration:underline; font-weight:bold;}
a:active { color: maroon; text-decoration:underline; font-weight:bold;}

p {
	}

img {
	border: 0px solid #333;
	text-align: center;
	}

ul {
	border: 0px solid red;
	list-style: none;
	margin: 0 8px 15px 10px; /* separador de los laterales y fondo - para la separacion de los titulos ver h2 */
	padding: 0;
	}

li {
	border: 0px solid red;
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	}

img {
	margin: 0px;
	border: 0px;
	}

/* Etiquetas individuales + Elementos estructurales */

#page {
	/* background-color: white; */
	background-color: transparent;
	}

#maincontainer {
	border: 0px solid black;
	width: 950px;
	height: 535px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: auto;
	}

#footer {
	height: 14px;
	border: 0px solid black;
	margin: 30px 0 0 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	}

/* Elementos de disegno */

#columna1 {
	border-left: 0px dashed #9C8E67;
	width: 195px;
	height: 535px;
	padding: 0;
	float: left;
	text-align: left;
	/* background: white; */ /* color fondo */
	color: #000; /* color texto */
	}

#columna1 li { /* definicion de las entradas correspondientes a las paginas*/
	border: 0px solid red;
	padding: 0 0 0 0;
	margin: 0 2px 8px 0;
	text-align: right;
	}

#columna2 {
	/* background: url('img/uniprom.jpg') no-repeat top center; */
	border-left: 0px dashed #9C8E67;
	width: 195px;
	height: 535px;
	padding: 0;
	float: left;
	text-align: left;
	/* background: white; color fondo */
	color: black; /* color texto */
	}

#tag_cloud h2 {
	font-size: 10px;
	color: gray;
	border: 0px solid red;
	margin: 0 0 0px 0;
	}

#columna3 {
	border-left: 0px dashed #9C8E67;
	width: 543px;
	height: 535px;
	padding: 0 5px 0 5px;
	float: left;
	overflow: auto;
	text-align: left;
	/* background: white; */ /* color fondo */
	color: black;  /* color texto */
	}

#columna3 h2 {
	margin: 0;
	}

#prepages {
	height: 14px;
	border: 0px solid red;
	}

#rssfeed {
	border: 0px solid black;
	margin: 35px 20px 15px 0;
	text-align: right;
	font-size: 10px;
	}

#contacts p {
	background-color: #EEE;
	margin: 10px 0 10ox 0;
	padding: 8px 0 8px 30px;
	}

#contacts strong {
	font-size: 12px;
	margin: 0 0 12px 0;
	}

#contacts span {
	font-size: 11px;
	}

#logo {
	margin: 5px 0 0 0;
	}

/* Definiciones de la casilla de busqueda */

#dialogbusq { /* caja del dialogo de busqueda */
	border: 0px solid red;
	margin: 25px 19px 0 0;
	text-align: right;
	font-size: 10px;
	}

#searchform { /* formulario de busqueda */
	color: gray;
	}

#hidden {
	}

#s { /* cajon de busqueda */
	margin: 2px 0 4px 0;
	text-align: right;
	width: 124px;
	}

#searchsubmit { /* boton envio del formulario */
	border: 1px solid gray;
	font-size: 10px;
	margin: 0 1px 0 0;
	}



/* Definiciones del contenido */

.post {
	border: 0px solid red;
	margin: 5px 0 0 10px;
	}

.entry {
	margin: 8px 0 0 0;
	}

.entry p {
	margin: 0 0 10px 0;
	}

.postmetadata {
	font-size: 10px;
	margin: 0 0 20px 0;
	}


