/* CSS Document */
/* ----- RESET ------ */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/* ----- GENERAL ----- */
Body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucinda Grande","Trebuchet MS",Tahoma,Helvetica,sans-serif;
	font-size:13px;	
	color:#000;
	background-color:#000;
	background-image: url('../img/x.jpeg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
	text-align: center;
	background-position: center;
    background-size: 40%;
}
#contenedor{ width:1000px; /*height:969px;*/ margin-left:auto; margin-right:auto; margin-top:15px;}
#contenido{position:relative; left:0px; top:0px; width:100%; 	text-align: left;}
/*#contenido-in{position:absolute; left:0px; top:0px; width:680px; height:840px; background-color:#CCC}*/
#title{position:absolute; left:225px; top:75px; width:217px; height:72px; float:left; background-image:url(../img/title.jpg)}
#tema{position:absolute; left:120px; top:250px; width:440px; height:510px; float:left;}
#lang_es{position:relative; width:40px; height:30px; top:790px; left:630px; float:left;}
/*#footer{position: absolute; width:680px; height:20px; top:855px; left:0px;}*/
#contenentFooter{ /*width:1000px;*/ margin-left:auto; margin-right:auto;/*background-color:#7e7e7e;border-radius: 10px 10px 10px 10px;background-position: initial initial;
background-repeat: initial initial; background-image:url(../img/grey_wash_wall.png)*/}
#footer {
    clear: both;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-right: 20px;
    text-align: center;
}
.leftcol {
    display: inline;
    float: left;
    width: 58%;
}

.rightcol {
    display: inline;
    float: right;
    margin: 10px 20px 0 0;
	padding-right:45px;
    width: 30%;
}

.tema{
	padding: 0 0 opx 10px;
}

.imagef {
    display: inline;
    float: right;
    width: 33%;
}

.imagef img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9E0E6;
    margin-left: 15px;
    margin-top: 10px;
    padding: 4px;
}

.summary {
    clear: left;
    margin-bottom: 10px;
    padding-left: 20px;
}

.opaque {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px 5px 30px;
    width: 95%;
}

.popaque {
    margin-bottom: 10px;
    margin-left: 20px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px 5px 30px;
    width: 70%;

}

.popaque2 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px 5px 30px;
    width: 95%;
}

.cursorp{
	cursor:pointer;
}

h1 {
	/*font-weight:bold;*/
    color: #12ff8d;/*#FF0;*/
    display: inline;
    float: left;
    font-size: 3em;
    margin: 0 0 10px;
    padding: 10px 0 15px 20px;
    width: 80%;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	/*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1);
}

h2 {
    color: #000;
    font-size: 2em;
    margin-bottom: 10px;
    padding: 5px 0 0 20px;
}

h3 {
    color: #FFF;
    font-size: 1.6em;
    margin-bottom: 3px;
    padding: 5px 0 0 20px;
	/*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1);*/
}

ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

li {
    padding-top: 5px;
}

.goals{
	font-weight:bold;
	font-size:14px;
	
}

.marginTop{
	margin-top:145px;
}

.references{}

a.i1{color:#333333; text-align:center; font-family:helvetica, arial, verdana; font-size: 18px;}
a.i2{color:#000000; text-align:center; font-family:helvetica, arial, verdana; font-size: 14px; }
a.i3{color:#333333; text-align:center; font-family:helvetica, arial, verdana; font-size: 14px; }
a.i3:hover{color:#0077BA; text-align:center; font-family:helvetica, arial, verdana; font-size: 14px; }
a.f1{color:#000000;}
a.f1:hover{color:#FFFFFF;}
a.es{color:#333333; text-decoration:none;}
a.es:hover{color:#0077BA;}
a.h3{color:#000; text-decoration:none;}
a.h3:hover{color:#000;border-bottom: 1px dotted #000; }
a.email{color:#333}

p.references{
	margin:0 0 0 0;
	padding:1px 0 2px 0;
}
/*
A:link {text-decoration:none;color:#000000;}
A:visited {text-decoration:none;color:#000000;}
A:hover {text-decoration:none;color:#0077BA;}
*/
