body {
	background: url('bg.jpg') fixed;
}

#main {
	display: block;
	width: 1000px;
	margin: 0 auto;
	font-family: sans-serif;
	background: #FFF;
	border-top: 5px solid #06AFE4;
	overflow: hidden;
	padding: 20px;
	font-size: 12px;
}

h1 {
	text-align: center;
	margin: 20px;
	padding: 0;
	font-weight: normal;
}

#main form {
	width: 960px;
	margin: auto;
	display: block;
}

#main .row {
	width: 100%;
	display: block;
	overflow: hidden;
}

#main .row.t {
	border-top: 1px solid #06AFE4;
	margin-top: 15px;
}

#main .row .cel {
	width: 230px;
	float: left;
	text-align: center;
	display: block;
	padding: 5px;
	font-size: 16px;
}

#main .row .celinit {
	width: 115px;
	float: left;
	text-align: center;
	display: block;
	padding: 5px;
	font-size: 16px;
}

a.serie {
	color: #06AFE4;
	text-align: right;
	font-size: 11px;
	display: block;
	float: right;
	padding: 10px;
}

#main form input[type=submit] {
	width: 100%;
	display: block;
	border: 0;
	background: #06AFE4;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0;
	border: 1px solid #243F47;
}

#main form input[type=submit]:hover {
	background: #0C6885;
}

p.exito {
	background: #ABDD87;
	padding: 10px;
}

table {
	text-align: center;
	width: 100%;
}

table tr.head {
	border-bottom: 1px solid #000;
}

table tr.head td {
	font-weight: bold;
	text-align: center;
	background-color: #ECECEC;
	padding: 10px;
}

table tr.head td a {
	text-decoration: none;
	color: #06AFE4;
}

table tr.fila td {
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

.opciones textarea {
	width: 100%;
}

.textcenter {
	text-align: center;
}

.selectcategoria {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

/* ---------------- CSS FORM CONTACT -------------------------- */

#enviopopup {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}

.envioform {
    width: 350px;
    margin: 0px;
    background-color: white;
    font-family: Arial;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -255px;
    box-shadow: 1px 1px 5px #444444;
    padding: 20px 40px 40px 40px;
}

#send {
    background-color: #09F;
    border: 1px solid #1398f1;
    font-family: Arial;
    color: white;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

#enviopopup h1 {
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 20px 0px;
}


.textpoptitle{
	font-family: Arial;
	font-size: 1.2em;
}

.textpoptext{
	font-family: Arial;
	font-size: 1em;
}

#mostrarpop {
	text-align: center;
	width: 100%;
	display: block;
	border: 0;
	background: #585551;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0;
	border: 1px solid #243F47;
}

#mostrarpop:hover {
	background: #a6a7a8;
}

#imglogoscdelu{
	width: 100px;
	height: auto;
}

#imglogospampero{
	margin-top: 20px;
	width: 100px;
	height: auto;
}

#imglogosisla{
	margin-top: 20px;
	width: 50px;
	height: auto;
}

#imglogosfed{
	margin-top: 20px;
	width: 100px;
	height: auto;
}

#main .row .celx {
	width: 15%;
	float: left;
	text-align: center;
	display: block;
	padding: 5px;
	font-size: 16px;
}

#main .row .celx img{
	width: 150px;
	height: 150px;
	float: center;
	display: block;
}


#main .row .celxisla img{
        margin-left: 10px;
        width: 150px;
        height: auto;
        display: block;
        float: center;
}
/*-------------------------------------------------------------------------*/