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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C2F00B;
}

h1 {
	float: left;
	width: 299px;
	font-size: 3em;
	background: none;
}

h2 {
	float: left;
	padding: 5px;
	font-style: italic;
	color: #333333;
	font-size: 1em;
}
	
h3 {
	font-size: 1.5em;
	color: #FF6600;
}
h4 {
	font-size: .8em;
	color: #FF6600;
}	
h5 {
	font-size: 1em;
	color: #333333;
}	
h6 {
	font-size: .9em;
	color: #C2F00B;
	margin: 5px 0px 0px 0px;
}	

	
p, ul, ol {
	margin-bottom: 13px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
	background: #F5F5F5;
}

img p {
	border: none;
	margin: 10px;
}

img.left {
	float: left;
	margin: 10px 5px 5px 10px;
	border: #FF0000;
}



/*menu*/
#menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 99px;
	height: 40px;
	padding: 10px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	color: #C2F00B;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/*header*/
#header {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	border: double;
	border-color:#FF6600;
}
#nombre_estudio {
	width: 600px;
	height: 30px;
	float: left;
}
#idiomas {
	width: 400px;
	height: 30px;
	float: left;
	text-align: right;
}


/* PAGE */
#page {
	margin: 0 auto;
	width: 1000px;
	height: 500px;
}

#grafic {
	float: right;
	width: 500px;
	height: 400px;
	background: #FFFFFF;
}

#contenido {
	float: left;
	width: 500px;
	height: 150px;
}
#contenido1 {
	float: left;
	width: 500px;
	height: 25px;
	background: #FFFFFF;
}
#contenido2 {
	float: left;
	width: 500px;
	height: 25px;
	background: #FFFFFF;
}
#contenido3 {
	float: left;
	width: 500px;
	height: 25px;
	background: #FFFFFF;
}
#contenido4 {
	float: left;
	width: 500px;
	height: 25px;
	background: #FFFFFF;
}
#contenido5 {
	float: left;
	width: 500px;
	height: 25px;
	background: #FFFFFF;
}
#contenido6 {
	float: left;
	width: 500px;
	height: 25px;
	background: #FFFFFF;
}

#twitter {
	float: left;
	width: 200px;
	height: 350px;
	background: #F8F8F8;
}

#blog {
	float: left;
	width: 300px;
	height: 350px;
}

#banner {
	float: left;
	width: 500px;
	height: 100px;
	background: #EEFDF4;
}

#anuncio1 {
	float: left;
	width: 250px;
	height: 100px;
	background: #FFFFFF;
	text-align: left;
	
}


#anuncio2 {
	float: left;
	width: 250px;
	height: 100px;
	background: #F1F9CA ;
	color: #333333;
	font-size: 10px;
}

/* footer */
#footer {
	clear: both;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: #333333;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 65%;
}

#footer a:link {
	color: #C2F00B;
}

#footer a:active {
	color: #ED5C0C;
}

#footer a:visited {
	color: #666666;
}

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

#partners {
	float: left;	
	width: 300px;
	height: 80px;
}

#links-contenido {
	float: left;
	width: 700px;
	height: 30px;
}

#links-contenido p {
	float: right;
	width: 700px;
	text-align: right;
}

#copyrigths {
	float: right;
	width: 700px;
	height: 50px;
}

#copyrigths p {
	text-align: right;
}

	
