@charset "utf-8";
/* CSS Document */

@import url(common.css);

.enlacesPie,
div h2 span {
	display: none;
}

strong {
	font-style: normal;
	font-weight: normal;
}

.contenItem {

	margin-left: -389px;
	position: relative;
	left: 50%;

	width: 100%; 
}

.preambulo {
	background-color: #FFF8DE;
	border: 1px dotted #FFBB46;
	padding: 10px;
}

.preambulo .p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #5C5C5C;
}


.panelIzquierdo, .panelDerecho {
/*	border: 1px solid green;
*/
	position: relative;
	width: 274px;
}

.panelIzquierdo{
	float: left;}
	
.panelDerecho {
	float: right; }
	
.panelCentral {
/*	border: 1px solid red;
*/	clear: both;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
 }

.panelCentral > .item1 {
/*	border: 1px solid red;
*/	margin: 0px;
	width: 555px;
 }


.item1,
.item2,
.item3,
.item4 {
	border: 1px solid;
	position: relative;
	width: 252px;
	margin: 20px 0px;
/*	padding: 10px 10px 10px 10px;
*/	padding: 10px;
	overflow: hidden;
		
}

.titulo,
.texto {
	overflow: hidden;
/*	border: 1px solid black;
*/	margin: 0px;
	padding: 0px;
}

.titulo {
	margin-bottom: 5px;
}

.texto {
	padding: 0px 10px;
}


.item1 > .texto1 a:link,
.item1 > .texto1 a:visited,
.item1 > .texto1 a:hover,
.item1 > .texto1 a:active,
.item2 > .texto2 a:link,
.item2 > .texto2 a:visited,
.item2 > .texto2 a:hover,
.item2 > .texto2 a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}



/* ********************************* ITEM1 ********************************* */

.item1 {
	border-color: #96A9F5;
}

.item1 > .titulo {
	width: 134px;
	height: 25px;
	background-image: url(../images/titulos/proximosCursos.gif);
	background-repeat: no-repeat;
 	background-position: center center;
}

.item1 > .texto a:link,
.item1 > .texto a:visited,
.item1 > .texto a:hover,
.item1 > .texto a:active {
	font-weight: bold;
	color: #8596DA;
}


/* ********************************* ITEM2 ********************************* */

.item2 {
	border-color: #E8D889;
}

.item2 > .titulo {
	width: 203px;
	height: 25px;
	background-image: url(../images/titulos/queEsTrina.gif);
	background-repeat: no-repeat;
 	background-position: center center;
}


.item2 > .texto a:link,
.item2 > .texto a:visited,
.item2 > .texto a:hover,
.item2 > .texto a:active {
	font-weight: bold;
	color: #C7AD2C;
}

.item1 > .texto a:hover,
.item1 > .texto a:active,
.item2 > .texto a:hover,
.item2 > .texto a:active {
	color: #A6A6A6;
}