/* css */
@font-face {
    font-family: 'myGoudi';
    src: url('font/goudi.eot');
    src: url('font/goudi.eot?#iefix') format('embedded-opentype'),
	url('font/goudi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myCour';
    src: url('font/courbold.eot');
    src: url('font/courbold.eot?#iefix') format('embedded-opentype'),
	url('font/courbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color:black;
	font-family:myCour;
}

#cont {
	width:900px;
	height:auto;
	margin:20px auto;
	position:relative;
	background-color:black;
	overflow:hidden;
}

/* index.php |v| */

.cont {
	background-image:url(img/bg_home.jpg);
}

#indexBar {
	padding: 22px 0px 20px 493px;
	background-image:url(img/ftNegro.png);
	position:relative;
	top:253px;
}

#ingresar {
	font-family:myCour;
	text-decoration: none;
	color: white;
	background-image: url(img/ftNegro.png);
	position: relative;
	top: 290px;
	left: 735px;
	font-size: 12px;
	padding: 3px 13px;	
}
#indexBar h2, #indexBar p { 
	color:white;
	font-family:myGoud;
	/* font-weight: lighter; */
	margin:0px;
}

#indexBar p { 
	font-family: myCour;
	font-weight: lighter;
	letter-spacing: 5px;
}

/* home.php |v| */


#cuerpo {
    padding: 15px 0px 0px 0px;
	position:relative;
	z-index:1;
}

#tonera {
	position:absolute;
	color:black;
	right:0px;
	z-index: 1;
}
#tonera a {
	background-image: url(img/fLinks.png);
	text-decoration: none;
	color: black;
	display: block;
	text-align: center;
	padding: 3px 7px;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
}

#tonera a:hover {
	background-image: url(img/fLinksOver.png);
}

#titulo {
	color: white;
	height: 12px;
	width: 900px;
	padding: 19px 10px;
	border-bottom: solid 1px;
}

.floters {
	float:left;
    /* display:inline-block; */
}

#imgCont {
    width: 340px;
}

.imgBox {
   float:left;
   margin: 0px 0px 7px 5px;
   width:150px;
   height:150px;
   overflow:hidden;
   cursor: pointer;

   
    /* display:inline-block; */
}

.imgBox img {
   width:290px;
   
}

.imgBoxPrensa {
   float:left;
   margin: 0px 0px 7px 5px;
   width:185px;
   height:151px;
   overflow:hidden;
   cursor: pointer;
   text-align: center;

    /* display:inline-block; */
}

.imgBoxPrensa img {
	height:100%;
}

.deco1 {
margin: 0px 5px 0px 0px;
}

.deco2 {
overflow: hidden;
color:white;
font-size: 13px;
position:relative;
}

#contForm {
	float:left;
	margin:0px 20px 20px 20px;
}

#contForm div {
	
	behavior:url(pie/PIE.htc);
	background-color:white;
	font-size:13px;
	padding:10px;
	margin:0px;
	border-radius:10px;
	margin-bottom:10px;
}

#contForm img{
	margin:0px;
	width:289px;
}

#contForm input {
	width:180px;
}

#contForm textarea {
	height:180px;
}

#contForm td {
	vertical-align:top;
}

.pag {
	color:white;
	text-decoration:none;
	display:inline;
}

.pag:hover {
	color:#FF00B8;
}
