﻿body 
{
	margin: 0px auto;
	padding: 0% 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #333;
	text-align: center;
	color: #eee;
	border: 0px solid black;
	
}

div#cabecera
{	
	width: 100%;
	height: 120px;
	color: #eeeeee;
	border: 0px solid green;
	text-align: center;
}
div#slide
{
	width: 100%;
	height: 450px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	border: 1px solid #bbb;
}
	
	#makeMeScrollable
	{
		width: 100%;
		height: 450px;
		position: relative;
		border: 0px solid #bbb;
	}
	
	#makeMeScrollable div.scrollableArea *
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		border-right: 1px solid #bbb;
	}
	
div#caja_contenedora
{	
	margin-top: 10px;
	height: 120px;
	text-align: left;
	border: 0px solid violet;
} 

div#caja_menu
{	
	height: 100%;
	/*margin-top: 75px;*/
	float: right;
	margin: 0px;
	padding: 5px;
	border: 0px solid blue;
	z-index: 100;
}
div#caja_menu span
{	
	color: #eee;
	font-style: italic;
}


div#mainContent
{
	/*width: 800px;*/
}
h1, h2, h3
{
	margin: 1em 0.5em 0.5em 0.5em;
	padding: 0em;
	color: #eeeeee;
	font-weight: normal;
	text-align: left;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; color: #eeeeee; font-family:'Josefin Sans Std Light'; font-size: 1.3em; font-weight: normal; border: 0px solid green;} 
h3.ivo { margin: 0em; padding: 0em; font-family:'Josefin Sans Std Light'; font-size: 1.7em; color: #eeeeee; font-weight: normal; width: 340px; border: 0px solid green;} 
h3.ivo span {font-size: 1em; color: #bbb; border: 0px solid green; } 



p
{		
	font-size: 1em;
	margin: 1em;
	color: #bbbbbb;
	text-align: justify;
	line-height: 1.1em;
}
.big
{		

	font-size: 2em;
	text-align: justify;
 border: 0px solid green;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #eee;
	text-decoration: none;
}


ol, ul
{
	margin: 1em 0em 1em 0em;
}

ul li, ol li
{
	
}

table
{
	margin:10px 20px;
	font-size: 1.2em;
	border: solid 0px #ccc;
}

th
{
	text-align: left;
	padding: 10px;
}

td
{
	border: solid 0px #eee;
	padding: 10px;
	vertical-align: top;
	margin: 0;
}
.jqueryslidemenu ul li a.red{
	color: #fff;
	font-size: 1em;
/*	border-bottom: 1px solid #fff;*/
}

/* imgen ivo */
img.ivorovira {
float: right;
margin: 0px;
padding: 0px;
border-left: 1px solid #bbb;
}

/* Footer */
#footer {
	clear: both;
	margin: 0 auto;
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 0px solid #777777;
}
#footer p {
	margin: 0;
	padding: 2px;
	text-align: right;
	color: #777777;
	border: 0px solid white;
}
#footer a {
	color:  #666;
	text-decoration: none;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
}

.pixel {
	clear:both;
	margin: 0;
	padding: 0px;
	height: 0px;
	border: 0px solid white;
}