/******************** CUERPO ********************/

body {
	margin: 25px 5px 5px 5px;
	background-color: #EEEEEE;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	/*background-image: url('../img/fondofoot.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;*/
}

/******************** LAYERS ********************/
#page {
	width: 911px;
	height: 552px;
	background-image: url('../img/pagebackground-pink.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}
#carmingale {
	width: 142px;
	margin-left: 60px;
	padding-top: 150px;
	text-align: right;
}
#ppal {
	width: 674px;
	float: right;
	text-align: left;
}
#titulo {
	padding-top: 39px;
	height: 53px;
	background-image: url('../img/h1_background-pink.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#logo {
	height: 78px;
	width: 123px;
	margin-bottom: 40px;
}
#copy {
	width: 175px;
	height: 93px;
	margin-left: -20px;
	margin-top: 50px;
}
#contenido {
	width: 408px;
	height: 380px;
	margin-top: 42px;
	padding-left: 44px;
	padding-right: 4px;
	overflow: auto;
	text-align: justify;
}
#menu {
	float: right;
	width: 209px;
	padding-top: 20px;
}
#submenu {
	float: right;
	text-align: left;
	width: auto;
}
#portfolio {
	width: 175px;
	height: 155px;
	margin: 0px 0px 25px 0px;
}
#contacto {
	width: 26px;
	height: 103px;
	margin: 0px 0px 0px 51px;
}
#foot {
	margin: 10px 224px 2px 30px;
	padding-top: 5px;
	border-top: 1px dotted #993366;
	text-align: center;
	font-size: 11px; 
	color: #999999;
}
#preloadimg {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#validators {
	width: 911px;
	text-align: left;
	margin-top: 50px;
}

div.fecha {
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	margin: 2px 212px 0px 0px;
}

/******************** ENCABEZADOS ********************/
h1 {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #c0c0c0;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: 0px;
	text-transform: lowercase;
}
#cg {
	float: left;
	margin-top: -15px;
	margin-right: 4px;
	width: auto;
}

h2 {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: left;
}

/******************** PÁRRAFOS ********************/
p {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	width: 95%;
}

/******************** LISTAS ********************/
li {
	color: #999999;
	text-align: left;
	margin-bottom: 10px;
}
li.indice {
	color: #999999;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

/******************** BLOQUES Y SANGRÍAS ********************/
blockquote {
	color: #BF4080;
	text-align: right;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 35px;
	border-right: 6px solid #BF4080;
	padding-right: 15px;
}
blockquote.lft {
	color: #BF4080;
	text-align: left;
	font-size: 14px;
	margin: 35px 80px 35px 20px;
	border-left: 6px solid #BF4080;
	padding-left: 15px;
	border-right: none;
	padding-right: 0px;
}
.small {
	font-size: 12px;
}
.menosMargen {
	margin-top: 35px;
	margin-bottom: 25px;
}

/******************** FORMATOS ********************/
strong.light {
	font-weight: normal;
}
.footnote {
	font-size: 11px;
}

/******************** IMÁGENES ********************/
img {
	border: none;
}

.lastProject {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	padding: 4px;
	background-color: #f4f4f4;
	border: 1px solid #c0c0c0;
	width: auto;
}

.actProject {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	padding: 4px;
	background-color: #f4f4f4;
	border: 1px solid #c0c0c0;
	width: auto;
}


/******************** HIPERVÍNCULOS ********************/
a {
	color: #92C100;
	text-decoration: underline;
}
a:hover {
	color: #7EA800;
	text-decoration: underline;
}
a.footer {
	color: #993366;
	text-decoration: none;
}
a.footer:hover {
	color: #993366;
	text-decoration: underline;
}