@charset "utf-8";
/* CSS Document */
body {
	background-color: #fdfdfd;
	background-image: url(../images/fondo1.jpg);
}
.centro {
	text-align:
	center;
}
.naviazulc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000066;
	text-indent: 12px;
	white-space: normal;
	text-decoration:none;
}
.naviazulc:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000066;
	text-indent: 12px;
	white-space: normal;
	text-decoration:none;
	font-weight: bold;
}
.naviazulc:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #e09abd;
	text-indent: 12px;
	white-space: normal;
	text-decoration:none;
	font-weight: bold;
}
.naviazulc:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000066;
	text-indent: 12px;
	white-space: normal;
	text-decoration:none;
	font-weight: bold;
} 
.naviazulc:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000066;
	text-indent: 12px;
	white-space: normal;
	text-decoration:none;
	font-weight: bold;
}
a. {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #1E94AB;
	text-indent: 15px;
	white-space: normal;
	text-decoration:none;
}
a:link{	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #1E94AB;
	text-indent: 15px;
	white-space: normal;
	text-decoration:none;}
a:hover{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #e09abd;
	text-indent: 15px;
	white-space: normal;
	text-decoration:none;
}
a:active{	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #1E94AB;
	text-indent: 15px;
	white-space: normal;
	text-decoration:none;} 
a:visited{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #1E94AB;
	text-indent: 15px;
	white-space: normal;
	text-decoration:none;
}
.txxt{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #000066;
	white-space: normal;
	text-decoration:none;
	text-align: justify;
}
.tit_txxt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: bold;
	color: #000066;
	white-space: normal;
	text-decoration:none;
}
.tit_txxtazul {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	font-style: bold;
	color: #000066;
	text-decoration:none;
	text-align: left;
}
.txxt_rosa{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	color: #9a7c8c;
	white-space: normal;
	text-decoration:none;
	text-align: justify;
}
.txxt_destacadorosa{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: bolder;
	color: #9a7c8c;
	white-space: normal;
	text-decoration:none;
	text-align: left;
}
.tit_txxtrosa {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: bold;
	color: #ad7793;
	text-decoration:none;
	text-align: left;
	font-weight: bold;
}
.tit_txxtrosa2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 23px;
	font-style: bold;
	color: #ad7793;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
}
.tit_txxtrosagr {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: bold;
	color: #84142e;
	white-space: normal;
	text-decoration:none;
}
a.tit_txxtrosagr {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: bold;
	color: #84142e;
	white-space: normal;
	text-decoration:none;
}
a.tit_txxtrosagr:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: bold;
	color: #84142e;
	white-space: normal;
	text-decoration:none;
}
a.tit_txxtrosagr:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: bold;
	color: #000066;
	white-space: normal;
	text-decoration:none;
}
a.tit_txxtrosagr:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: bold;
	color: #84142e;
	white-space: normal;
	text-decoration:none;
}
.button_rosa {
    background-color:#f2d6cf;
    border: none;
    color: white;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	border-radius: 5px;
}
.button_eva {
    background-color:#fec1e0;
    border: none;
    color: white;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	border-radius: 5px;
}
.button_adan {
    background-color:#ccf3f7;
    border: none;
    color: white;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	border-radius: 5px;
}
.button_azul {
    background-color:#DCF8C6;
    border: none;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	border-radius: 7px;
}
.plistado { 
line-height:300%;
}
