/* CSS Document */

/* NUEVO */

a { 
	color: #FF0000;
        font-weight:bold;
        font-size: 0.7em;
}


.proyMenu{ 
       float:left;
       font-size:15px;
       padding-top:25px; 
       width:30%;
       margin-left: 35px;
       font-family:Arial, Helvetica, sans-serif;
       font-size:20px;
}

.noBullets{list-style: none;margin-left:0px;}

.tocador{
       width:100%;
       height: 15px;
       float:right;
       clear:both;
       text-align:right;
}

#flashcontent{
       float:right;
       width:60%;
       height:100%;
       margin-right:3%;
       margin-left:2%;
}


/* FIN NUEVO */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

.general {
	background-color:#FFF;
	width:1000px;
	height:auto;
	display:block;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
}

.mainMenu {
	width:500px;
	height:303px;
	display:block;
	overflow:visible;
	/*background-image:url(../images/main_menu.swf);*/
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fff;
	float:left;
}

.topRight {
	width:500px;
	height:303px;
	display:block;
	overflow:visible;
	background-color:#fff;
	float:left;
	text-align:right;
}

.contenido {
	width:1000px;
	height:auto;
	background-color:#FFF;
	display:block;
	overflow:hidden;
	float:left;
	clear:both;
}

.margenleft {
	width:100px;
	height:100px;
	/*background-color:#039;*/
	float:left;
	display:block;
	overflow:visible;
}

.margenRigth {
	width:100px;
	height:100px;
	/*background-color:#000;*/
	float:left;
	display:block;
	overflow:visible;
}

.columna4 {
	width:180px;
	height:auto;
	display:block;
	overflow:visible;
	/*background-color:#CCF;*/
	float:left;
	margin:10px 10px 30px 10px;
	padding:0px;
}

.columna3 ul {
	margin:10px 0px 0px 10px;
	padding:0px;
	color:#666;
}

.columna2 {
	width:360px;
	height:auto;
	display:block;
	overflow:visible;
	/*background-color:#CCF;*/
	float:left;
	margin:10px 10px 30px 10px;
}

.columna3 {
	width:540px;
	height:auto;
	display:block;
	overflow:visible;
	float:left;
	margin:10px 10px 30px 10px;
}

h1 {
	margin:5px 0px 10px 0px;
	padding:5px 0px 5px 5px;
	width:auto;
	height:auto;
	/*background-color:#EEE;*/
	background-color:#D7D7D7;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
}

h2 {
	margin:0px;
	padding:5px 0px 5px 5px;
	width:auto;
	height:auto;
	background-color:#CCC;
	font-size:21px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#900;
}

h3 {
	margin:0px;
	padding:5px 0px 5px 5px;
	width:auto;
	height:auto;
	background-color:#E0E0E0;
	font-size:18px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#C30;
}

.footer {
	width:auto;
	height:auto;
	display:block;
	overflow:visible;
	border:#D59494 solid 1px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	clear:both;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	/*background-color:#00FF00;*/
}

.introBox {
	width:584px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
}

.link1 {
	display:inline;
	overflow:visible;
	color:#666;
	font-size:10px;
	/*
	height:40px;
	background-color:#CCC;
	border:none;
	margin:0px;
	padding:0px;
	*/
}

.link1 a {
	color:#C00;
	text-decoration:none;
}

.link1 a:hover {
	color:#690;
}

.orangetx {
	color:#C30;
}

.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C00;
}

.formBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	clear:both;
}

.formBtn {
	background-color:#C30;
	border:#333 dotted 1px;
	font-weight:bold;
	font-size:10px;
	color:#FFF;
}

.formBtn:hover {
	background-color:#C00;
}

.formTable {
	font-size:12px;
}


