/* Start of CMSMS style sheet 'AgoraSur-Layout' */
/*
	Cascading Style Sheet Index:
	00 Reset
	01 Layout
	02 Headings
	03 Typography & colours
	04 Lists
	05 Links
	06 Misc
/*

/*
	01 Layout
*/

div#contenedor {
	width: 100%;
	max-width: 960px;
	min-width: 760px;
	position: relative;
	margin: 0 auto;
}

div#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 53px;
}

div#cabecera {
	height: 269px;
	padding-top: 53px;
}

div#contenido {
	margin-top: -20px;
}

div#ultimas-noticias {
	float: right;
	width: 330px;
	margin-bottom: 30px;
	margin-left: 2em;
	padding: 0 15px;
	border-left: 1px solid #e5e5e5;
}

div.noticia {
	clear: both;
	margin-bottom: 40px;
}

div.noticia img {
	padding: 5px;
	float: left;
	border: 1px solid #d1d1d1;
	height: 85px;
	width: 85px;
	margin-right: 10px;
}

div#pie {
	clear: both;
	height: 20px;
	width: 100%;
	text-align: right;
}

/*
	02 Headings
*/

h1 {
	height: 269px;
	width: 425px;
	color: white;
}

h1 span {
	margin-top: 45px;
	height: 269px;
	width: 425px;
	position: absolute;
	top: 0;
	left: 0;
}

h1#presentacion span { background: url(uploads/images/h1-presentacion.png) bottom left no-repeat; }
h1#quienes span { background: url(uploads/images/h1-quienes.png) bottom left no-repeat; }
h1#servicios span { background: url(uploads/images/h1-servicios.png) bottom left no-repeat; }
h1#portafolio span {	background: url(uploads/images/h1-portfolio.png) bottom left no-repeat; }
h1#cursos span {	background: url(uploads/images/h1-cursos.png) bottom left no-repeat; }
h1#publicaciones span {background: url(uploads/images/h1-publicaciones.png) bottom left no-repeat; }
h1#contacto span {	background: url(uploads/images/h1-contacto.png) bottom left no-repeat; }

h2, h3 {
	height: 25px;
	margin-bottom: 30px !important;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 5px 0;
	color: #666;
}

#pie h5 {
	font: bold 10px Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}

/*
	03 Typos & colours
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(uploads/images/body.png) top left repeat-x;
}

div#cabecera {
	background: url(uploads/images/h1.png) bottom right no-repeat;
}

div#menu {
	background: #000;
}

div#contenido {
	padding-left: 20px;
}

#contenido a { color: #333; }

div#contenido,
div#contenido > p,
div#contenido li {
	font: 13px/24px Arial, Helvetica, sans-serif;
	margin-bottom: .75em;
	color: #666;
	text-align: justify;
}

* html div#contenido p,
div#contenido li
{	font: 13px/24px Arial, Helvetica, sans-serif;
	margin-bottom: .75em;
	color: #666;
	text-align: justify;}

div#contenido dd { font-size: 12px; margin-left: 20px; font-style: italic; }

div#contenido li {
margin-left: 20px;
text-align: left;
list-style-type: disc;
}

div.noticia {
	background: url(uploads/images/separador.png) bottom center no-repeat;
	padding-bottom: 35px;
}

div#ultimas-noticias div.noticia {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
}

div#ultimas-noticias div.noticia div.NewsSummaryMorelink {
	font: 14px/18px Georgia, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 1em 0;
	color: #ccc;
}

div#pie {
	background: #ccc;
}

.mceVisualAid,
#m4moduleform_1,
.contactform 
{
width: 500px;
}

.contactform legend { display: none; visibility: hidden; }
.contactform label { width: 150px !important; float: left }
.contactform div { display: block; clear: both; }
.contactform input, .contactform textarea { background: #fff; border: 1px solid #ccc; }
.contactform .submit { text-align: center; }

/*
	05 Links
*/
div#ultimas-noticias div.noticia a:link,
div#ultimas-noticias div.noticia a:visited,
div#ultimas-noticias div.noticia div.NewsSummaryMorelink a:link,
div#ultimas-noticias div.noticia div.NewsSummaryMorelink a:visited {
	color: #666;
	text-decoration: underline;
}

div#ultimas-noticias div.noticia div.NewsSummaryMorelink a:hover,
div#ultimas-noticias div.noticia div.NewsSummaryMorelink a:active {
	color: #333;
}

div.noticia .NewsSummaryLink h4 a {text-decoration:none !important;}
div#pie a {color: #000;}

.contactform .required textarea { width: 300px !important; }
/* End of 'AgoraSur-Layout' */

